Compare commits

..

No commits in common. "264319f217a47b3a80e6712e92723bd20bddba39" and "01aa47bc95464dfd8f703ee22aab9db3a21b366d" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -26,7 +26,6 @@
{%if tags.includes("blogpost")%}
<meta property="og:type" content="article" />
{%if description %}
<meta property="description" content="{{description}}" />
<meta property="og:description" content="{{description}}" />
{% endif %}
<meta property="og:title" content="{{title}}" />

View file

@ -67,12 +67,6 @@ body {
list-style-position: outside;
}
ol ol,
ol ul,
ul ol,
ul ul {
padding-left: 1rem;
}
ol p,
ul p {