Initial import of Hugo site to Forgejo
This commit is contained in:
commit
cb1ba0317f
1259 changed files with 236349 additions and 0 deletions
17
layouts/partials/extend_footer.html
Normal file
17
layouts/partials/extend_footer.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{{/* Only load Isso's count script on list-like pages */}}
|
||||
{{ $k := .Kind }}
|
||||
{{ if or (eq $k "home") (eq $k "section") (eq $k "taxonomy") (eq $k "term") }}
|
||||
<script src="/isso/js/count.min.js" data-isso="/isso" async></script>
|
||||
{{ end }}
|
||||
|
||||
<div class="site-meta-row" style="display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;">
|
||||
<a href="/index.xml" rel="alternate" type="application/rss+xml" title="RSS"
|
||||
class="rss-link" style="display:inline-flex;align-items:center;gap:.35rem;">
|
||||
{{ partial "svg.html" (dict "name" "rss") }}
|
||||
<span>RSS</span>
|
||||
</a>
|
||||
|
||||
<span aria-hidden="true">·</span>
|
||||
|
||||
<span>Visitors this week: <span id="gc_site_visitors_week">—</span></span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue