Compare commits

..

No commits in common. "e811a069c2946e86580e0d61d091e03436d0bf36" and "a5506b6bf874d83f8f7c985e92592030389578d6" have entirely different histories.

4 changed files with 2 additions and 15 deletions

View File

@ -4,7 +4,6 @@ title = "Pirate Care"
theme = "piratecare"
relativeurls = true
disableKinds = ["RSS", "sitemap", "taxonomy"]
enableGitInfo = true
[params]
description = "Network of activists, researchers and practitioners against the criminalisation of solidarity & for a common care infrastructure."

View File

@ -56,7 +56,7 @@ html {
}
img {
@apply py-2;
@apply py-2;
}
/* purgecss ignore */

View File

@ -34,12 +34,6 @@
{{define "main" }}
<article>
{{ if eq .Params.last_modified "top" }}
<div class="font-playfair italic text-base">Last modified: {{ dateFormat "Monday, Jan 2, 2006" .Lastmod }}</div>
{{ end }}
<div class="content-text">{{ .Content }}</div>
{{ if eq .Params.last_modified "bottom" }}
<div class="font-playfair italic text-base">Last modified: {{ dateFormat "Monday, Jan 2, 2006" .Lastmod }}</div>
{{ end }}
<div class="content-text">{{ .Content }}</div>
</article>
{{ end }}

View File

@ -44,12 +44,6 @@
{{define "main" }}
<article>
{{ if eq .Params.last_modified "top" }}
<div class="font-playfair italic text-base">Last modified: {{ dateFormat "Monday, Jan 2, 2006" .Lastmod }}</div>
{{ end }}
<div class="content-text">{{ .Content }}</div>
{{ if eq .Params.last_modified "bottom" }}
<div class="font-playfair italic text-base">Last modified: {{ dateFormat "Monday, Jan 2, 2006" .Lastmod }}</div>
{{ end }}
</article>
{{ end }}