Compare commits
2 commits
01aa47bc95
...
264319f217
Author | SHA1 | Date | |
---|---|---|---|
264319f217 | |||
44fab6cc36 |
2 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
{%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}}" />
|
||||
|
|
|
@ -67,6 +67,12 @@ body {
|
|||
list-style-position: outside;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
ol p,
|
||||
ul p {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue