Final launch tweaks
Some checks are pending
Deploy to Netlify / Deploy Hugo site to Netlify (push) Waiting to run

This commit is contained in:
Alan Youngblood
2024-03-06 16:42:40 -05:00
parent 9c269beb24
commit fa7ae99f5c
31 changed files with 26 additions and 13 deletions

View File

@ -1,10 +1,10 @@
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib"> <b>Home</b>
{{ with .Site.Params.site_logo }}
<img src="{{ relURL . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
{{ else }}
{{ .Site.Title }}
<!--{{ .Site.Title }}-->
{{ end }}
</a>
<div class="flex-l items-center">
@ -18,6 +18,9 @@
</a>
</li>
{{ end }}
<li class="list f5 f4-ns fw4 dib {{ cond (eq $.Site.Language.LanguageDirection "rtl") "pl3" "pr3" }}">
<a class="hover-white no-underline white-90" href="https://www.bonfire.com/new-beginnings-community-operations/" target="_blank" rel="noreferrer noopener" title="Fundraising">Fundraising</a>
</li>
</ul>
{{ end }}
{{ partialCached "social-follow.html" . }}