mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
21.40.2021 6f804985e4e301afc26e9d4cf26b8f3030d8887a
layouts/index.html
@@ -30,11 +30,13 @@
            </div>
            <div class="post-footer">
                <div class="meta">
                    <div class="info"><em class="fas fa-calendar-day"></em><span
                                class="date">{{ if isset .Site.Params "indexdateformat" }}
                    <div class="info">
                        <em class="fas fa-calendar-day"></em>
                            <span class="date">{{ if isset .Site.Params "indexdateformat" }}
                                                 {{ .Date.Format .Site.Params.indexDateFormat }} 
                                             {{ else }} {{.Date.Format "Mon, Jan 2, 2006"}} 
                                             {{ end }}</span>
                        {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
                        {{ with .Params.tags }}
                            {{- range $index, $el := . -}}
                                <a class="tag"