For some reason, that didn't work

This commit is contained in:
Nox Sluijtman 2022-09-12 17:52:23 +02:00
parent 769d3a4e90
commit 72011e4dbf
2 changed files with 1 additions and 3 deletions

View file

@ -1 +1 @@
<blockquote class="hyperbowl">{{ .Get "content" }}</blockquote>
<blockquote class="hyperbowl">"{{ .Get "content" }}"</blockquote>

View file

@ -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;