Initial scaffold: Hugo site for west575.org
Blog with contact form and newsletter signup, structured like the other Reground-hosted sites but with its own visual identity.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<footer class="site">
|
||||
<div class="inner">
|
||||
<div class="footer-top">
|
||||
<div class="footer-about">
|
||||
<span>© {{ now.Year }} {{ .Site.Params.author | default .Site.Title }}</span>
|
||||
<nav aria-label="Footer">
|
||||
{{ range .Site.Menus.footer }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
<a href="{{ "index.xml" | absURL }}">RSS</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="footer-subscribe">
|
||||
<p class="footer-subscribe-label">Get new posts by email, occasionally.</p>
|
||||
{{ partial "subscribe-form.html" . }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user