templates: update meta tags etc.
Anirudh Oppiliappan x@icyphox.sh
Sat, 04 Jan 2025 11:02:19 +0200
5 files changed,
9 insertions(+),
4 deletions(-)
M
pages/about.md
→
pages/about.md
@@ -1,6 +1,6 @@
--- template: page.html -title: about +title: about me subtitle: About me. ---
M
static/style.css
→
static/style.css
@@ -84,7 +84,6 @@ table {
min-width: 0; } -h1, h2, h3 { font-weight: 400 !important;@@ -95,12 +94,14 @@ font-weight: 500;
} main h1 { - font-size: 30px; + font-size: calc(1.35em + 0.35vw); padding: 30px 0 30px 0; + font-weight: 500; } main h2 { color: var(--dark); + font-size: calc(1.20em + 0.25vw); } main h2,@@ -170,6 +171,7 @@ max-width: 100%;
width: 100%; display: block; margin: 10px auto 4px auto; + border-radius: 6px; } main ul,
M
templates/partials/head.html
→
templates/partials/head.html
@@ -9,5 +9,8 @@ <meta name="viewport" content="initial-scale=1,width" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta charset="UTF-8" /> <meta name="HandheldFriendly" content="true" /> -<link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" /> +<link rel="icon" type="image/png" sizes="16x16" href="/static/icon.png" /> +<link rel="icon" type="image/ico" sizes="16x16" href="/favicon.ico" /> +<link rel="alternate" type="application/rss+xml" href="/blog/feed.xml" /> +<link rel="apple-touch-icon" href="/static/icon.png" /> <link href="https://h.icyphox.sh/u/icy" rel="me" />