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" . }}
|
{{ partialCached "menu.html" . }}
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<div id="home-footer">
|
<div id="home-footer">{{ partialCached "single-footer.html" . }}</div>
|
||||||
<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>
|
</div>
|
||||||
{{ end }}
|
{{ 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",
|
"disqus",
|
||||||
"customizable"
|
"customizable"
|
||||||
]
|
]
|
||||||
min_version = 0.43
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = '0.43'
|
||||||
|
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "1BL4Z3R"
|
name = "1BL4Z3R"
|
||||||
|
|
Loading…
Reference in a new issue