diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-11-05 09:33:23 +0100 |
| commit | 86f7a15a2843f8c207124345d13969fb05ecc611 (patch) | |
| tree | d0850ce1f334093f70a06eec5de97fb8b54372c2 /themes/_includes/meta.html | |
| parent | 80e0fe22d28687f3599a949f1a4d29171b12b20f (diff) | |
| download | flevum-86f7a15a2843f8c207124345d13969fb05ecc611.tar.gz | |
Move themes files into the root directory
Diffstat (limited to 'themes/_includes/meta.html')
| -rw-r--r-- | themes/_includes/meta.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/_includes/meta.html b/themes/_includes/meta.html deleted file mode 100644 index d649432..0000000 --- a/themes/_includes/meta.html +++ /dev/null @@ -1,19 +0,0 @@ -<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$ |
