Consistency is hard

This commit is contained in:
Nox Sluijtman 2022-09-27 23:12:25 +02:00
parent 04e10eb676
commit cec1b5d4f8
2 changed files with 1 additions and 2 deletions

View file

@ -17,7 +17,6 @@
<td>{{ .Params.Date.Format "2006-01-02" }}</td> <td>{{ .Params.Date.Format "2006-01-02" }}</td>
<td>{{ .Params.Author }}</td> <td>{{ .Params.Author }}</td>
<td > {{ range .Params.tags }} #<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">{{ . }}</a>&nbsp; {{ end }}</td> <td > {{ range .Params.tags }} #<a href="{{ (urlize (printf "tags/%s/" .)) | absLangURL }}">{{ . }}</a>&nbsp; {{ end }}</td>
<td class="post-reading-time">- {{ .ReadingTime }} min read ({{ .WordCount }} words)</td>
<!-- <!--
{{ if and (.Param "readingTime") (eq (.Param "readingTime") true) }} {{ if and (.Param "readingTime") (eq (.Param "readingTime") true) }}
<td class="post-reading-time">- {{ .ReadingTime }} min read ({{ .WordCount }} words)</td> <td class="post-reading-time">- {{ .ReadingTime }} min read ({{ .WordCount }} words)</td>

View file

@ -5,7 +5,7 @@
</article> </article>
{{ end }} {{ end }}
<div class="posts"> <div class="posts">
<table class="post-meta"> <table class="post-entry-meta">
{{ range .Paginator.Pages }} {{ range .Paginator.Pages }}
<tr> <tr>
<td><a href="{{ .RelPermalink }}">{{ .Title | markdownify}}</a></td> <td><a href="{{ .RelPermalink }}">{{ .Title | markdownify}}</a></td>