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>
|
|
@ -13,7 +13,12 @@ features = [
|
|||
"disqus",
|
||||
"customizable"
|
||||
]
|
||||
min_version = 0.43
|
||||
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = '0.43'
|
||||
|
||||
|
||||
[author]
|
||||
name = "1BL4Z3R"
|
||||
|
|
Loading…
Reference in a new issue