Theme Files Update
This commit is contained in:
parent
a89ac8dbd3
commit
76c7e697d2
3 changed files with 13 additions and 9 deletions
|
@ -27,13 +27,6 @@
|
|||
{{ partialCached "menu.html" . }}
|
||||
</nav>
|
||||
</div>
|
||||
<div id="home-footer">
|
||||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
|
||||
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}}
|
||||
· <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a>
|
||||
{{/*{{ end }}*/}}
|
||||
</p>
|
||||
</div>
|
||||
<div id="home-footer">{{ partialCached "single-footer.html" . }}</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
6
layouts/partials/single-footer.html
Normal file
6
layouts/partials/single-footer.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
|
||||
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}}
|
||||
· <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a>
|
||||
{{/*{{ end }}*/}}
|
||||
</p>
|
Loading…
Add table
Add a link
Reference in a new issue