From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- _includes/head.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 _includes/head.html (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..c629888 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,74 @@ + + + + + +{% if site.title == "blank" %} + {{ site.first_name }} {{ site.middle_name }} {{ site.last_name }} +{% else %} + {{ site.title }} +{% endif %} +{% if page.title != "blank" and page.url != "/" %} + | {{ page.title }} +{% endif %} + + + + +{% if site.serve_og_meta %} + + + + + + +{% endif %} + + + + + + + + + + + + + + +{% if site.icon != empty %} + +{% endif %} + + + + +{% include scripts/jquery.html %} + + +{% if site.enable_darkmode %} + + +{% endif %} + +{% if site.enable_google_analytics %} + + + +{% endif %} + +{% if site.enable_panelbear_analytics %} + + + +{% endif %} -- cgit v1.2.3