20 lines
719 B
HTML
20 lines
719 B
HTML
<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$
|