fix not sub-domain issue

This commit is contained in:
BioArchLinuxBot 2022-05-12 11:53:10 +00:00
parent 63421eb2ac
commit b389d49c66

View file

@ -5,7 +5,7 @@
{{ range $paginator.Pages }}
{{ $s := path.Dir (.Permalink | relURL) }}
{{ $t := index (split $s "/") 5 }}
{{ $t := index (split $s "/") 4 }}
{{ if $t }}
<article class="article article-type-post" itemscope="" itemprop="blogPost">