From 3ec95503252645b87c625df10a8ac44d04563166 Mon Sep 17 00:00:00 2001
From: "C. Lente" <7017340+clente@users.noreply.github.com>
Date: Wed, 1 Feb 2023 15:06:05 -0300
Subject: Bring files from personal blog
---
layouts/_default/baseof.html | 5 +++--
layouts/_default/list.html | 28 +++++++++++++++-------------
layouts/_default/single.html | 6 +++---
3 files changed, 21 insertions(+), 18 deletions(-)
(limited to 'layouts/_default')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 6bce2dc..1f30b5d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -11,12 +11,13 @@
{{- partial "seo_tags.html" . -}}
+ {{ $css := resources.Get "style.css" | minify }}
+
+
{{ with .OutputFormats.Get "rss" -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
- {{- partial "style.html" . -}}
-
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 8b8c14b..6c4f7d0 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,10 +1,10 @@
{{ define "main" }}
Filtering for "{{ .Title }}"
-
- Remove filter
-
+ {{ i18n "filter" }} "{{ .Title }}"
+
+ {{ i18n "remove" }}
+
{{ end }}
{{ range .Pages }}
@@ -16,7 +16,11 @@
- {{ .Title }}
+ {{ if .Params.link }}
+ {{ .Title }}
+ {{ else }}
+ {{ .Title }}
+ {{ end }}
{{ else }}
{{ if .Data.Singular }}
{{else}}
-
-
@@ -8,13 +8,13 @@
-{{ end }}{{ end }} +{{ end }}{{ range (.GetTerms "tags") }} - #{{ .LinkTitle }} + #{{ .LinkTitle }} {{ end }}
{{ end }} -- cgit v1.2.3