g4br
June 3, 2019, 5:13am
7
Here you are @bep :
{{ partial "head.html" . }}
<body>
<div id="container">
{{ partial "header.html" . }}
<section id="main" class="outer">
<section class="archives-wrap">
<div class="archive-category-wrap">
<span class="archive-category">{{ .Title }}</span>
</div>
<div class="archives"> {{/* this displays some kind of border */}}
{{ range (.Paginate (.Pages.ByParam "szerzok")).Pages }}
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<h1 itemprop="name">
<a class="archive-article-title" href="{{ .RelPermalink }}">
{{ .Params.szerzok }}, {{ .Params.Title }}
{{/* {{ partial "author-title.html" . }} */}}
</a>
This file has been truncated. show original
Note that authors -> szerzok because it is in Hungarian. (And I failed to make it “appear in links and html in Hungarian” but keep the variable names in English - Taxonomy terms page permalink - how to change it? )