adds and renames
Dieser Commit ist enthalten in:
Ursprung
067284f8ae
Commit
a127739394
9 geänderte Dateien mit 166 neuen und 22 gelöschten Zeilen
34
config.toml
34
config.toml
|
@ -1,6 +1,6 @@
|
||||||
title = "user0x42"
|
title = "user0x42"
|
||||||
base_url = "https://u42.dev"
|
base_url = "https://u42.dev"
|
||||||
description = "Home of a Random Dude."
|
description = "Home of a Random Dude"
|
||||||
|
|
||||||
theme = "duckquill"
|
theme = "duckquill"
|
||||||
|
|
||||||
|
@ -30,8 +30,8 @@ taxonomies = [{ name = "tags", feed = true }]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
highlight_theme = "css"
|
highlight_theme = "css"
|
||||||
highlight_themes_css = [
|
highlight_themes_css = [
|
||||||
{ theme = "solarized-dark", filename = "syntax-theme-dark.css" },
|
{ theme = "solarized-dark", filename = "syntax-theme-dark.css" },
|
||||||
{ theme = "solarized-light", filename = "syntax-theme-light.css" }
|
{ theme = "solarized-light", filename = "syntax-theme-light.css" }
|
||||||
]
|
]
|
||||||
smart_punctuation = true
|
smart_punctuation = true
|
||||||
bottom_footnotes = true
|
bottom_footnotes = true
|
||||||
|
@ -63,7 +63,7 @@ fix_contrast_dark = true
|
||||||
# Whether to use fonts bundled with Duckquill instead of system ones.
|
# Whether to use fonts bundled with Duckquill instead of system ones.
|
||||||
# Keep in mind that it also changes the style of headings.
|
# Keep in mind that it also changes the style of headings.
|
||||||
#
|
#
|
||||||
bundled_fonts = true
|
bundled_fonts = false
|
||||||
#
|
#
|
||||||
# Use emoji as a favicon.
|
# Use emoji as a favicon.
|
||||||
# Only one emoji is being rendered, everything else is truncated.
|
# Only one emoji is being rendered, everything else is truncated.
|
||||||
|
@ -77,15 +77,12 @@ source_url = "https://codeberg.org/user0x42/u42"
|
||||||
# Additional CSS styles; expects them to be in the "./static/" directory.
|
# Additional CSS styles; expects them to be in the "./static/" directory.
|
||||||
# If you are using Sass it will be generated there automatically.
|
# If you are using Sass it will be generated there automatically.
|
||||||
#
|
#
|
||||||
styles = [
|
styles = ["mods.css"]
|
||||||
"mods.css"
|
|
||||||
]
|
|
||||||
#
|
#
|
||||||
# Additional JavaScript scripts; expects them to be in the "./static/" directory.
|
# Additional JavaScript scripts; expects them to be in the "./static/" directory.
|
||||||
#
|
#
|
||||||
# scripts = [
|
# scripts = [
|
||||||
# "YOUR_SCRIPT.js",
|
# "YOUR_SCRIPT.js",
|
||||||
# "ALSO_YOUR_SCRIPT.js"
|
|
||||||
# ]
|
# ]
|
||||||
#
|
#
|
||||||
# Whether to show "copy code" button on all code blocks
|
# Whether to show "copy code" button on all code blocks
|
||||||
|
@ -142,11 +139,11 @@ csp = [
|
||||||
|
|
||||||
[extra.nav]
|
[extra.nav]
|
||||||
# Whether to automatically hide nav when not hovered or focused
|
# Whether to automatically hide nav when not hovered or focused
|
||||||
auto_hide = true
|
auto_hide = false
|
||||||
# Whether to show the Atom/RSS feed button in the nav
|
# Whether to show the Atom/RSS feed button in the nav
|
||||||
show_feed = true
|
show_feed = true
|
||||||
# Whether to show the manual theme switcher in the nav
|
# Whether to show the manual theme switcher in the nav
|
||||||
show_theme_switcher = true
|
show_theme_switcher = false
|
||||||
# Whether to show the link to the source repository in the nav
|
# Whether to show the link to the source repository in the nav
|
||||||
show_repo = true
|
show_repo = true
|
||||||
# Links used in the nav.
|
# Links used in the nav.
|
||||||
|
@ -161,15 +158,15 @@ show_repo = true
|
||||||
#]
|
#]
|
||||||
links = [
|
links = [
|
||||||
{ url = "@/blog/_index.md", name = "Blog" },
|
{ url = "@/blog/_index.md", name = "Blog" },
|
||||||
{ url = "https://diadz.de", name = "DIADZ" }
|
{ url = "https://xsiz.eu", name = "XSIZ" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[extra.footer]
|
[extra.footer]
|
||||||
# Links used in the footer.
|
# Links used in the footer.
|
||||||
# Same as the nav ones.
|
# Same as the nav ones.
|
||||||
links = [
|
links = [
|
||||||
{ url = "@/blog/_index.md", name = "Blog" },
|
{ url = "@/blog/_index.md", name = "Blog" },
|
||||||
{ url = "https://diadz.de", name = "DIADZ" }
|
{ url = "https://diadz.de", name = "DIADZ" },
|
||||||
]
|
]
|
||||||
# Social links in the footer.
|
# Social links in the footer.
|
||||||
# Any URL-encoded SVG can be used as an icon.
|
# Any URL-encoded SVG can be used as an icon.
|
||||||
|
@ -178,8 +175,8 @@ links = [
|
||||||
# Make sure that "external quotes" are set to "double".
|
# Make sure that "external quotes" are set to "double".
|
||||||
socials = [
|
socials = [
|
||||||
{ url = "https://codeberg.org/user0x42", name = "Codeberg", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECodeberg%3C/title%3E%3Cpath d='M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z'/%3E%3C/svg%3E" },
|
{ url = "https://codeberg.org/user0x42", name = "Codeberg", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECodeberg%3C/title%3E%3Cpath d='M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467l4.416 16.553a12 12 0 0 0 5.137-4.213z'/%3E%3C/svg%3E" },
|
||||||
{ url = "https://github.com/user0x42", name = "GitHub", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGitHub%3C/title%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" },
|
{ url = "https://github.com/user0x42", name = "GitHub", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGitHub%3C/title%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" },
|
||||||
{ url = "https://social.vivaldi.net/@user0x42", name = "Mastodon", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E" }
|
{ url = "https://social.vivaldi.net/@user0x42", name = "Mastodon", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E" }
|
||||||
]
|
]
|
||||||
# Whether to show "© Title, YEAR"
|
# Whether to show "© Title, YEAR"
|
||||||
show_copyright = true
|
show_copyright = true
|
||||||
|
@ -208,6 +205,9 @@ user = "user0x42"
|
||||||
show_qr = true
|
show_qr = true
|
||||||
|
|
||||||
# GoatCounter analytics; enabled only if present in config.
|
# GoatCounter analytics; enabled only if present in config.
|
||||||
[extra.goatcounter]
|
# [extra.goatcounter]
|
||||||
# host = "YOUR_SERVER"
|
# host = "YOUR_SERVER"
|
||||||
user = "u42"
|
# user = "u42"
|
||||||
|
#
|
||||||
|
# Additional JavaScript scripts; expects them to be in the "./static/" directory.
|
||||||
|
#
|
||||||
|
|
|
@ -15,6 +15,3 @@ title = "Home"
|
||||||
╚──────────────────────────────────────────────────────────────────╝
|
╚──────────────────────────────────────────────────────────────────╝
|
||||||
```
|
```
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
<progress value="30" max="100"></progress>
|
|
||||||
<p style="text-align:center;"><mark>Website Status</mark></p>
|
|
||||||
|
|
Vorher Breite: | Höhe: | Größe: 2,1 MiB Nachher Breite: | Höhe: | Größe: 2,1 MiB |
|
@ -1,6 +1,28 @@
|
||||||
body {
|
body {
|
||||||
background-image: var(--bg-overlay), url("u42-aaabstract.png");
|
font-family: "U42SansNerd", sans-serif;
|
||||||
|
background-image: var(--bg-overlay), url("bg.png");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "U42SansNerd";
|
||||||
|
src: url("/fonts/U42SansNerdFont-Extended.woff2") format("woff2");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
text-wrap: balance;
|
||||||
|
margin: 2rem 0 1rem;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: normal;
|
||||||
|
font-family: "U42SansNerd", sans-serif;
|
||||||
|
letter-spacing: 0em;
|
||||||
|
}
|
||||||
|
|
BIN
static/fonts/U42SansNerdFont-Extended.woff2
Normale Datei
BIN
static/fonts/U42SansNerdFont-Extended.woff2
Normale Datei
Binäre Datei nicht angezeigt.
BIN
static/img/u42.png
Normale Datei
BIN
static/img/u42.png
Normale Datei
Binäre Datei nicht angezeigt.
Nachher Breite: | Höhe: | Größe: 1,1 MiB |
BIN
static/img/u42c.png
Normale Datei
BIN
static/img/u42c.png
Normale Datei
Binäre Datei nicht angezeigt.
Nachher Breite: | Höhe: | Größe: 115 KiB |
125
templates/partials/head.html
Normale Datei
125
templates/partials/head.html
Normale Datei
|
@ -0,0 +1,125 @@
|
||||||
|
<head>
|
||||||
|
<!-- {{ now() | date(format='%F %a %R') }} -->
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="description" content="{{ config.description }}" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<meta name="theme-color" content="{{ config.extra.accent_color | default(value='#9a9996') | safe }}" />
|
||||||
|
{%- if config.extra.accent_color_dark %}
|
||||||
|
<meta name="theme-color" content="{{ config.extra.accent_color_dark | safe }}" media="(prefers-color-scheme:dark)" />
|
||||||
|
{%- endif %}
|
||||||
|
{%- if config.extra.csp %}
|
||||||
|
{%- include "partials/csp.html" %}
|
||||||
|
{%- endif %}
|
||||||
|
<title>{% include "partials/title.html" %}</title>
|
||||||
|
<link rel="canonical" href="{{ current_url | default(value='/') | safe }}" />
|
||||||
|
|
||||||
|
{%- if config.extra.comments %}
|
||||||
|
<link rel="me" href="https://{{ config.extra.comments.host }}/@{{ config.extra.comments.user }}" />
|
||||||
|
<meta name="fediverse:creator" content="@{{ config.extra.comments.user }}@{{ config.extra.comments.host }}" />
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- include "partials/favicon.html" %}
|
||||||
|
|
||||||
|
{%- if config.generate_feeds and config.feed_filenames %}
|
||||||
|
{% for feed in config.feed_filenames %}
|
||||||
|
{% if feed == "atom.xml" %}
|
||||||
|
<link rel="alternate" type="application/atom+xml" title="{{ config.title }} - Atom Feed" href="{{ get_url(path=feed) | safe }}">
|
||||||
|
{% elif feed == "rss.xml" %}
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="{{ config.title }} - RSS Feed" href="{{ get_url(path=feed) | safe }}">
|
||||||
|
{% else %}
|
||||||
|
<link rel="alternate" href="{{ get_url(path=feed) | safe }}">
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{%- include "partials/variables.html" %}
|
||||||
|
|
||||||
|
{%- set styles = [ "style.css" ] %}
|
||||||
|
|
||||||
|
{%- if config.extra.bundled_fonts %}
|
||||||
|
{%- set styles = styles | concat(with=["fonts.css"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if page.extra.katex or section.extra.katex or config.extra.katex %}
|
||||||
|
{%- set styles = styles | concat(with=["katex.css"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if config.extra.styles %}
|
||||||
|
{%- set styles = styles | concat(with=config.extra.styles) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if page.extra.styles %}
|
||||||
|
{%- set styles = styles | concat(with=page.extra.styles) %}
|
||||||
|
{%- elif section.extra.styles %}
|
||||||
|
{%- set styles = styles | concat(with=section.extra.styles) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if not config.extra.debug.no_styles %}
|
||||||
|
{%- for style in styles %}
|
||||||
|
<link type="text/css" rel="stylesheet" href="{{ get_url(path=style) | safe }}" />
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
{%- if config.markdown.highlight_code and config.markdown.highlight_theme == "css" %}
|
||||||
|
{%- if config.markdown.highlight_themes_css | length > 0 %}
|
||||||
|
<link type="text/css" rel="stylesheet" href="{{ get_url(path='syntax-theme-light.css') }}" media="(prefers-color-scheme: light)" />
|
||||||
|
<link type="text/css" rel="stylesheet" href="{{ get_url(path='syntax-theme-dark.css') }}" media="(prefers-color-scheme: dark)" />
|
||||||
|
{%- else %}
|
||||||
|
<link type="text/css" rel="stylesheet" href="{{ get_url(path='syntax-theme.css') }}" />
|
||||||
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- set scripts = ["closable.js"] %}
|
||||||
|
|
||||||
|
{%- if config.extra.show_copy_button %}
|
||||||
|
{%- set scripts = scripts | concat(with=["copy-button.js"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if config.extra.goatcounter %}
|
||||||
|
{%- set scripts = scripts | concat(with=["count.js"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if page.extra.katex or section.extra.katex or config.extra.katex %}
|
||||||
|
{%- set scripts = scripts | concat(with=["katex.min.js", "auto-render.min.js", "katex-init.js"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if config.build_search_index %}
|
||||||
|
{%- if config.search.index_format == "elasticlunr_json" -%}
|
||||||
|
{%- set scripts = scripts | concat(with=["elasticlunr.min.js", "search-elasticlunr.js"]) %}
|
||||||
|
{%- elif config.search.index_format == "fuse_json" -%}
|
||||||
|
{%- set scripts = scripts | concat(with=["fuse.js", "search-fuse.js"]) %}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if config.extra.nav.show_theme_switcher %}
|
||||||
|
{%- set scripts = scripts | concat(with=["theme-switcher.js"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if page.extra.comments.id %}
|
||||||
|
{%- set scripts = scripts | concat(with=["comments.js"]) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if config.extra.scripts %}
|
||||||
|
{%- set scripts = scripts | concat(with=config.extra.scripts) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if page.extra.scripts %}
|
||||||
|
{%- set scripts = scripts | concat(with=page.extra.scripts) %}
|
||||||
|
{%- elif section.extra.scripts %}
|
||||||
|
{%- set scripts = scripts | concat(with=section.extra.scripts) %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
{%- if scripts | length > 0 %}
|
||||||
|
{%- for script in scripts %}
|
||||||
|
<script type="text/javascript" defer {% if script == "count.js" %}data-goatcounter="https://{{ config.extra.goatcounter.user }}.{{ config.extra.goatcounter.host | default(value='goatcounter.com') }}/count"{% endif %} src="{{ get_url(path=script) | safe }}"></script>
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
<script defer src="https://al.xsiz.eu/funal" data-website-id="deb06d65-7c3e-4733-b3b7-669878be3100"></script>
|
||||||
|
<meta property="og:site_name" content="{{ config.title }}" />
|
||||||
|
<meta property="og:title" content="{% include 'partials/title.html' %}" />
|
||||||
|
<meta property="og:url" content="{{ current_url | default(value='/') | safe }}" />
|
||||||
|
<meta property="og:description" content="{% include 'partials/description.html' %}" />
|
||||||
|
<meta property="og:image" content="{% include 'partials/card.html' %}" />
|
||||||
|
<meta property="og:locale" content="{{ macros_translate::translate(key='date_locale', default='en_US', language_strings=language_strings) }}" />
|
||||||
|
</head>
|
|
@ -1 +1 @@
|
||||||
Subproject commit 66d2504350d37921be8a31c9cb24c151360fbd6e
|
Subproject commit 4f8e8786fad9b9ce64d548d975189b8d7e36c05a
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren