From 69ceb70a489b85563726cc0256ad84f688fd9c03 Mon Sep 17 00:00:00 2001 From: Dwarkesh Patel Date: Sat, 31 Jul 2021 09:18:32 -0500 Subject: [PATCH 1/5] Allows adding link to the citation in the epigraph --- layouts/shortcodes/epigraph.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/shortcodes/epigraph.html b/layouts/shortcodes/epigraph.html index 2d60ad7..af992c9 100644 --- a/layouts/shortcodes/epigraph.html +++ b/layouts/shortcodes/epigraph.html @@ -5,7 +5,9 @@ {{ if .IsNamedParams }} {{ end }} From c3edb6073ceb2952160e8181afae97792f7144de Mon Sep 17 00:00:00 2001 From: Dwarkesh Patel Date: Sat, 31 Jul 2021 09:38:26 -0500 Subject: [PATCH 2/5] title links back to home --- layouts/partials/brand.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index a0c84e3..2ea26fc 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -1,6 +1,6 @@
-

{{ .Site.Title}}

+

{{ .Site.Title}}

{{ .Site.Params.subtitle }}

{{ partial "nav.html" . }} -
+
From fa0169737bcec3c3d9626b98842a2c5c015a466b Mon Sep 17 00:00:00 2001 From: Dwarkesh Patel Date: Sat, 31 Jul 2021 21:48:37 -0500 Subject: [PATCH 3/5] fixed title issue --- layouts/partials/brand.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index 2ea26fc..de0e782 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -1,5 +1,5 @@
-

{{ .Site.Title}}

+

{{ .Site.Title}}

{{ .Site.Params.subtitle }}

{{ partial "nav.html" . }}
From 193c7f6497c6e426fd265d6ce6b0ec8d8e03eb4d Mon Sep 17 00:00:00 2001 From: Dwarkesh Patel Date: Sun, 1 Aug 2021 13:06:53 -0500 Subject: [PATCH 4/5] fixed title href --- layouts/partials/brand.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/brand.html b/layouts/partials/brand.html index de0e782..9dd58d1 100644 --- a/layouts/partials/brand.html +++ b/layouts/partials/brand.html @@ -1,5 +1,5 @@
-

{{ .Site.Title}}

+

{{ .Site.Title}}

{{ .Site.Params.subtitle }}

{{ partial "nav.html" . }}
From 67fb77fc2baaf6924699ca02bc293753c6fe7e20 Mon Sep 17 00:00:00 2001 From: Dwarkesh Patel Date: Sun, 1 Aug 2021 13:15:43 -0500 Subject: [PATCH 5/5] fixed margin note bug --- layouts/shortcodes/marginnote.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/layouts/shortcodes/marginnote.html b/layouts/shortcodes/marginnote.html index 57cc43e..9616ead 100644 --- a/layouts/shortcodes/marginnote.html +++ b/layouts/shortcodes/marginnote.html @@ -1,6 +1,12 @@ {{ $marginnoteDomIdSuffix := .Ordinal }} -