update theme manually again
continuous-integration/drone/push Build is passing

This commit is contained in:
rra
2021-09-30 09:32:34 +02:00
parent f03fb3b2ed
commit 8b98f5bc61
7 changed files with 255 additions and 34 deletions
+5 -1
View File
@@ -1,7 +1,7 @@
{{ define "main" }}
<section class='entries'>
<div class="h-feed">
{{ range (.Paginator 10).Pages }}
{{ range (.Paginator 13).Pages }}
{{ if in .Params.categories "tv"}}
@@ -11,6 +11,10 @@
{{- partial "calendar_card.html" . -}}
{{ else if in .Params.categories "network" }}
{{- partial "network_card.html" . -}}
{{ else }}
{{- partial "card.html" . -}}