templates: doctype
Anirudh Oppiliappan x@icyphox.sh
Fri, 09 Dec 2022 10:17:57 +0530
5 files changed,
6 insertions(+),
4 deletions(-)
M
static/style.css
→
static/style.css
@@ -29,7 +29,7 @@ margin: 0;
} main, footer { - font-family: "InterVar", apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-family: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; font-size: 1rem; padding: 0; line-height: 160%;@@ -40,7 +40,7 @@ min-width: 0;
} main h1, h2, h3 { - font-family: "InterDisplay", apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + font-family: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; font-weight: 500; }
M
templates/blog.html
→
templates/blog.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html> +<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M
templates/index.html
→
templates/index.html
@@ -1,3 +1,4 @@
+<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M
templates/page.html
→
templates/page.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html> +<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}
M
templates/text.html
→
templates/text.html
@@ -1,3 +1,4 @@
+<!doctype html> <html lang=en> <head> {{ template "partials/head.html" }}