Open the blog
This commit is contained in:
19
themes/_includes/meta.html
Normal file
19
themes/_includes/meta.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<meta property="og:url" content="https://www.flevum.de$url$" />
|
||||
|
||||
$if(published)$
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="$date$" />
|
||||
$else$
|
||||
<meta property="og:type" content="website" />
|
||||
$endif$
|
||||
$if(tags)$
|
||||
<meta property="article:section" content="$tags$" />
|
||||
<meta property="article:tag" content="$tags$" />
|
||||
$endif$
|
||||
<meta property="og:title" content="$title$" />
|
||||
<meta property="og:site_name" content="Flevum über Technik und Philosophie" />
|
||||
$if(teaser)$
|
||||
<meta name="description" property="og:description" content="$teaser$" />
|
||||
$else$
|
||||
<meta name="description" property="og:description" content="Über Technik und Philosophie" />
|
||||
$endif$
|
Reference in New Issue
Block a user