Theme Files Update
This commit is contained in:
parent
432ac8a255
commit
ed29f8f1b7
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
baseURL = "CHANGE BASE URL"
|
||||
defaultContentLanguage = "en"
|
||||
defaultContentLanguageInSubdir = true
|
||||
#theme = "hermit-v2"
|
||||
|
||||
#[languages]
|
||||
# [languages.en]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> ·{{ .Site.Params.footerCopyright | safeHTML }}
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.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 }}*/}}
|
||||
|
|
Loading…
Reference in a new issue