remove SITEURL tag (#17)
All checks were successful
Build / build (push) Successful in 54s

Reviewed-on: #17
This commit is contained in:
Hendrik Niefeld 2024-01-16 20:49:46 +01:00
commit 5082933f21

View File

@ -16,15 +16,15 @@
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ description }}">
<meta property="og:type" content="website">
<!--
<meta property="og:url" content="{{ SITEURL }}">
<link rel="canonical" href="{{ SITEURL }}">
<!--
<meta property="og:image" content="{{ SITEURL }}/theme/images/###">
-->
<link rel="shortcut icon" type="image/x-icon" href="{{ SITEURL }}/theme/images/site-favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="{{ SITEURL }}/theme/images/site-apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ SITEURL }}/theme/images/site-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ SITEURL }}/theme/images/site-favicon-16x16.png">
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/site-favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/theme/images/site-apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/theme/images/site-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/theme/images/site-favicon-16x16.png">
{% assets filters="postcss", output="css/style.min.css", "css/tachyons.min.css", "css/styles.css", "css/fonts.css" %}
<link rel="stylesheet" href="/{{ ASSET_URL }}">