-
{{- .Key }} {{ len .Pages }}
+{{- .Key }} {{ len .Pages }}
{{- range .Pages }}
{{- if eq .Kind "page" }}
From 0d8cb9fd157532641940338cea4e90972eccf8d6 Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Sun, 29 Nov 2020 09:39:57 +0530
Subject: [PATCH 05/10] cover: responsive cover: rm forced q100
- lets quality attribute in imaging section
- https://gohugo.io/content-management/image-processing/#image-processing-config
close #92
---
layouts/partials/cover.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/cover.html b/layouts/partials/cover.html
index c1861cf3..d44581b5 100644
--- a/layouts/partials/cover.html
+++ b/layouts/partials/cover.html
@@ -13,7 +13,7 @@
{{- if (and (in $processableFormats $cover.MediaType.SubType) (ne .Site.Params.cover.responsiveImages false) (eq $prod true)) }}
From b5f3debebb570a7a737427cac1c7844ac9aade8c Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Mon, 30 Nov 2020 12:52:21 +0530
Subject: [PATCH 06/10] footer: go-to-top: fix overlap with next_page button
close: #91
---
assets/css/footer.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/assets/css/footer.css b/assets/css/footer.css
index f0a1ffcd..87dc7d43 100644
--- a/assets/css/footer.css
+++ b/assets/css/footer.css
@@ -51,3 +51,9 @@
.top-link:focus {
outline: 0
}
+
+@media screen and (max-width:800px) {
+ .list .top-link {
+ transform: translateY(-5rem)
+ }
+}
From 29797a7464b63147c25be21ec99839012d30ca5d Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Mon, 30 Nov 2020 20:46:30 +0530
Subject: [PATCH 07/10] social-icons: add kofi icon #29
* thanks to https://iconify.design/icon-sets/simple-icons/kofi.html
and Simple Icons Collaborators
* License CC0 1.0
* edited to fit dual-tone theme
---
layouts/partials/svg.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index 0d4d0c0c..ac5bd993 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -178,6 +178,13 @@
+{{- else if (eq $icon_name "kofi") -}}
+
{{- else if (eq $icon_name "lastfm") -}}