first commit
This commit is contained in:
commit
7fa1a1444a
52 changed files with 1519 additions and 0 deletions
17
layouts/partials/sub_footer.html
Normal file
17
layouts/partials/sub_footer.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<footer class="text-center footer">
|
||||
<hr />
|
||||
{{ with .Site.Params.extra }}
|
||||
<h6 class="text-center copyright">{{ .copyright | markdownify }}</h6>
|
||||
{{ if ne .poweredby false }}
|
||||
<h6 class="text-center powered"><a href="https://gohugo.io/">Hugo</a> <a
|
||||
href="https://github.com/shenoydotme/hugo-goa">Goa</a> by <a href="https://shenoy.me">shenoydotme</a> and <a
|
||||
href="https://incirclemedia.com">Incircle Media</a></h6>
|
||||
{{ end }}
|
||||
{{ if ne .displayrssicon false }}
|
||||
<h6>
|
||||
<a href="{{ "index.xml" | absURL }}" aria-label="RSS Feed"><i class="fas fa-rss" aria-hidden="true"></i></a>
|
||||
</h6>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue