diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-10-14 19:15:51 +0200 |
| commit | 8a2dadcd2572fb5f472c91e8bc3957882fa48320 (patch) | |
| tree | a982606db7fc2373994c645fa310d925dfcaac7c /themes/_includes/meta.html | |
| download | flevum-8a2dadcd2572fb5f472c91e8bc3957882fa48320.tar.gz | |
Open the blog
Diffstat (limited to 'themes/_includes/meta.html')
| -rw-r--r-- | themes/_includes/meta.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/_includes/meta.html b/themes/_includes/meta.html new file mode 100644 index 0000000..d649432 --- /dev/null +++ b/themes/_includes/meta.html @@ -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$ |
