Final launch tweaks
Some checks are pending
Deploy to Netlify / Deploy Hugo site to Netlify (push) Waiting to run
Some checks are pending
Deploy to Netlify / Deploy Hugo site to Netlify (push) Waiting to run
This commit is contained in:
@ -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" . }}
|
||||
|
Reference in New Issue
Block a user