Compress footer content
This commit is contained in:
parent
5c84bc0f20
commit
95aeaffea3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© {{ title .Site.Params.author }} {{ now.Year }} - All rights reserved.</li>
|
<li>© {{ title .Site.Params.author }} {{ now.Year }}.</li>
|
||||||
{{ if .OutputFormats.Get "txt" }}
|
{{ if .OutputFormats.Get "txt" }}
|
||||||
{{ with .OutputFormats.Get "txt" }}
|
{{ with .OutputFormats.Get "txt" }}
|
||||||
<li><a href="{{ .Permalink }}">View Raw</a></li>
|
<li><a href="{{ .Permalink }}">View Raw</a></li>
|
||||||
|
|
Loading…
Reference in a new issue