From 72011e4dbfd6de9e28246fd470e71cc2825c7381 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Mon, 12 Sep 2022 17:52:23 +0200 Subject: [PATCH] For some reason, that didn't work --- layouts/shortcodes/hyperbowl.html | 2 +- static/style.css | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/shortcodes/hyperbowl.html b/layouts/shortcodes/hyperbowl.html index 8cdef5e..03da9b4 100644 --- a/layouts/shortcodes/hyperbowl.html +++ b/layouts/shortcodes/hyperbowl.html @@ -1 +1 @@ -
{{ .Get "content" }}
+
"{{ .Get "content" }}"
diff --git a/static/style.css b/static/style.css index ff0395b..0ddbd72 100644 --- a/static/style.css +++ b/static/style.css @@ -36,8 +36,6 @@ footer .mirror{text-align:center; color: #f0c674;} code{ background: #282a2e; border-radius: 1em; padding: 2pt;} pre{ background: #282a2e; padding: 1em; border-radius: 1em;} .hyperbowl{ font-style: italic; font-size: 1.2em;} -.hyperbowl::before{content:'"'} -.hyperbowl::after{content:'"'} .logo{ padding: 5pt 0; margin:0;