add lohengrin

This commit is contained in:
2021-07-29 07:09:07 -07:00
parent fac669978d
commit ab06644a12
16 changed files with 400 additions and 3 deletions

View File

@ -0,0 +1,7 @@
address {
margin-bottom: 0;
}
.category {
margin-bottom: 1rem;
}

View File

@ -42,6 +42,7 @@
<meta property="twitter:title" content="{{ article.title | replace("\"", "&quot;") }}" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:description" content="{{ article.content | striptags | replace("\"", "&quot;") | truncate(196, False, '...') }}" />
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/article.css" />
{% elif page is defined %}
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ SITEURL }}/{{ page.url }}" />