From 575b0b0e38ccf8446bcc3c4995ae3616c8159ffc Mon Sep 17 00:00:00 2001
From: Aniket Teredesai <50461557+icy-comet@users.noreply.github.com>
Date: Sat, 16 Jul 2022 12:28:52 +0530
Subject: [PATCH 1/7] Update hindi translation (#977)
---
i18n/hi.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/i18n/hi.yaml b/i18n/hi.yaml
index 24e8fc6..681efdc 100644
--- a/i18n/hi.yaml
+++ b/i18n/hi.yaml
@@ -1,14 +1,17 @@
- id: prev_page
- translation: "पिछला पृष्ठ"
+ translation: "पिछला"
- id: next_page
- translation: "अगला पृष्ठ"
+ translation: "अगला"
- id: read_time
translation:
one : "एक मिनट"
other: "{{ .Count }} मिनट"
+- id: edit_post
+ translation: "सुधारें"
+
- id: toc
translation: "विषय - सूची"
From 450e8867a64eafe1ca301a25e3e0878b4da5cbfa Mon Sep 17 00:00:00 2001
From: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
Date: Sun, 17 Jul 2022 00:19:07 +0530
Subject: [PATCH 2/7] Update inTextImg.html
Fix Bad value 15px for attribute height on element img: Expected a digit but saw p instead.
---
layouts/shortcodes/inTextImg.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/shortcodes/inTextImg.html b/layouts/shortcodes/inTextImg.html
index 5e6d84d..0239fd6 100644
--- a/layouts/shortcodes/inTextImg.html
+++ b/layouts/shortcodes/inTextImg.html
@@ -2,4 +2,4 @@
{{- $height := (.Get "height") }}
{{- $alt := (.Get "alt") }}
-
\ No newline at end of file
+
From bb6d4647bdf5716bfa6ccf5f91ef87d5297da758 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Achim=20Kr=C3=A4mer?=
<39946364+pxlfrk@users.noreply.github.com>
Date: Sun, 17 Jul 2022 08:12:42 +0200
Subject: [PATCH 3/7] add missing Icons, update Icon style (#733)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* 💄 Update Icons
- add Icon for Micro.blog
- add Icon for xmpp
- add Icon for session messenger
- update Steam Icon to fit to line icon style of papermod-theme
Signed-off-by: Achim Krämer <39946364+pxlfrk@users.noreply.github.com>
* refactor alphabetically
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
---
layouts/partials/svg.html | 37 ++++++++++++++++++++++++++++++++++++-
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html
index 9d8616b..f66fa9c 100644
--- a/layouts/partials/svg.html
+++ b/layouts/partials/svg.html
@@ -360,6 +360,17 @@
d="M0 380 l0 -380 380 0 380 0 0 380 0 380 -380 0 -380 0 0 -380z m334 85 c30 -63 57 -115 59 -115 2 0 16 30 31 68 15 37 37 88 49 115 l20 47 76 0 76 -1 -27 -20 -28 -21 0 -151 c0 -150 0 -151 27 -179 l27 -28 -109 0 -109 0 27 28 c26 27 27 32 26 143 0 131 3 134 -71 -58 -24 -62 -48 -113 -53 -113 -6 0 -17 16 -24 35 -7 19 -36 83 -64 142 l-52 108 -3 -98 c-3 -97 -2 -99 28 -133 16 -19 30 -39 30 -44 0 -6 -31 -10 -70 -10 -45 0 -70 4 -70 11 0 6 14 27 30 46 30 33 30 35 30 151 0 116 0 118 -31 155 l-30 37 75 0 76 0 54 -115z" />
+{{- else if (eq $icon_name "microblog") -}}
+
{{- else if (eq $icon_name "mixcloud") -}}
+{{- else if (eq $icon_name "sessionmessenger") -}}
+
{{- else if (eq $icon_name "soundcloud") -}}
{{- else if (eq $icon_name "strava") -}}
+{{- else if (eq $icon_name "xmpp") -}}
+
{{- else if (eq $icon_name "ycombinator") -}}