mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
fix not sub-domain issue
This commit is contained in:
parent
63421eb2ac
commit
b389d49c66
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue