Compare commits
No commits in common. "264319f217a47b3a80e6712e92723bd20bddba39" and "01aa47bc95464dfd8f703ee22aab9db3a21b366d" have entirely different histories.
264319f217
...
01aa47bc95
2 changed files with 0 additions and 7 deletions
|
@ -26,7 +26,6 @@
|
||||||
{%if tags.includes("blogpost")%}
|
{%if tags.includes("blogpost")%}
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
{%if description %}
|
{%if description %}
|
||||||
<meta property="description" content="{{description}}" />
|
|
||||||
<meta property="og:description" content="{{description}}" />
|
<meta property="og:description" content="{{description}}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta property="og:title" content="{{title}}" />
|
<meta property="og:title" content="{{title}}" />
|
||||||
|
|
|
@ -67,12 +67,6 @@ body {
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol ol,
|
|
||||||
ol ul,
|
|
||||||
ul ol,
|
|
||||||
ul ul {
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
ol p,
|
ol p,
|
||||||
ul p {
|
ul p {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue