dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_compose
mirror of
https://github.com/onweru/compose.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: regression #114
doodlebunnyhops
29.44.2023
cdf6b3d268e30a5eed8c135ace3aba2642764806
[external-software/github_gohugo_theme_compose.git]
/
layouts
/
partials
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{- $config := site.Params }}
{{- $author := $config.author }}
<footer class="pt-2 pb-2">
<div class="wrap">
<p>
© <span class="year">{{ now.Year }}</span>
{{- if $config.enableCopyright }}
{{ with $author }}
&nsbp;<a href="{{ absLangURL .url }}" target="_blank" rel="noopener">{{ .name }}</a>
{{ end }}
{{ end }}
</p>
<a href="#pagetop" id="toTop" title={{ T "to_top" }}></a>
</div>
</footer>