feat: stylistic tweaks for mobile compatibility

This commit is contained in:
David Bailey 2024-01-22 16:14:32 +01:00
parent 614bf9d3b6
commit 8e69a9139f
7 changed files with 366 additions and 10 deletions

View file

@ -3,9 +3,12 @@
<head>
<title>{{og.site_name}} - {{og.title}}</title>
<link rel="stylesheet" href="/static/dergstyle.css">
<link rel="stylesheet" href="/static/modest.css">
<link rel="stylesheet" href="/static/solarized-dark.css">
<link rel="icon" type="image/x-icon" href="/static/icon.jpeg">
<meta name="viewport" content="width=device-width,initial-scale=0.8">
<meta name="viewport" content="width=device-width,initial-scale=1">
{% block feed_links %}
<link rel="alternate" type="application/rss+xml" title="{{og.site_name}} Global Feed" href="{{site_config.uri_prefix}}/feed">