]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
fix
authorEvgenii Akentev <hi@ak3n.com>
Wed, 4 Sep 2024 13:19:01 +0000 (17:19 +0400)
committerEvgenii Akentev <hi@ak3n.com>
Wed, 4 Sep 2024 13:19:01 +0000 (17:19 +0400)
config.toml
themes/theme/layouts/_default/list.html

index 6384d46592e4cfe8093839eb5ea78a72ccbcde2f..56889d767d483294ad5ca634e8e04ba398080148 100644 (file)
@@ -12,3 +12,7 @@ rssLimit = 10
   sitename = "ak3n.com"
   [author]
     name = 'Evgenii Akentev'
+
+
+disableKinds = ["taxonomy", "term", "categories"]
+
index e88e4122b7fed26cc75ee632923be5d430cb7981..14b027da98d0c641baeddbc44845c1fa30870a27 100644 (file)
@@ -4,9 +4,9 @@
 posts
 -----
 {{ range (where .Site.RegularPages.ByPublishDate.Reverse "Type" "in" .Site.Params.mainSections) }}
-- <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time> <a href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}
+- <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time> <a href="{{ .Permalink }}">{{ .Permalink }}</a>{{ end }}
 
-rss is available at <a href="https:{{ .Site.BaseURL }}index.xml">https:{{ .Site.BaseURL }}index.xml</a> 
+rss is available at <a href="{{ .Site.BaseURL }}index.xml">{{ .Site.BaseURL }}index.xml</a> 
 </pre>
 
 {{ partial "footer.html" . }}