Compare commits

...

2 commits

Author SHA1 Message Date
finga be9da23070 templates: Add apple compatibility drivel
Add meta tag to let apple devices know about their capabilities.
2023-05-07 19:15:40 +02:00
finga 73092c3a10 credits: Fix typo 2023-05-07 19:15:30 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ title = "Credits"
template = "credits.html"
+++
This webiste uses the
This website uses the
[onders.org](https://git.onders.org/finga/onders.org_zola_theme.git)
Zola theme.

View file

@ -2,6 +2,7 @@
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ config.description }}">
<title>{% block title %}{% endblock title %}</title>