mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2025-07-12 06:53:16 -07:00
add lohengrin
This commit is contained in:
7
themes/bstrapplus/static/css/article.css
Normal file
7
themes/bstrapplus/static/css/article.css
Normal file
@ -0,0 +1,7 @@
|
||||
address {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.category {
|
||||
margin-bottom: 1rem;
|
||||
}
|
@ -42,6 +42,7 @@
|
||||
<meta property="twitter:title" content="{{ article.title | replace("\"", """) }}" />
|
||||
<meta property="twitter:card" content="summary" />
|
||||
<meta property="twitter:description" content="{{ article.content | striptags | replace("\"", """) | 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 }}" />
|
||||
|
Reference in New Issue
Block a user