Hello whiny.lol
This commit is contained in:
18
layouts/_partials/footer.html
Executable file
18
layouts/_partials/footer.html
Executable file
@@ -0,0 +1,18 @@
|
||||
|
||||
<footer>
|
||||
<div class="footer-inner width-page">
|
||||
<div class="footer-text prose">
|
||||
{{ .Site.Copyright | $.Page.RenderString (dict "markup" "goldmark" "display" "block") }}
|
||||
|
||||
<p>Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p>
|
||||
</div>
|
||||
|
||||
<ul class="row">
|
||||
{{ range site.Menus.footer }}
|
||||
<li>
|
||||
<a href="{{ .URL }}" {{ if strings.HasPrefix .URL "http" }}target="_blank"{{ end }}>{{ .Name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user