Add missing head tag
This commit is contained in:
parent
966e536278
commit
96a43a775e
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang=en>
|
<html lang=en>
|
||||||
|
<head>
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
||||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||||
@ -16,6 +17,7 @@
|
|||||||
<link rel=stylesheet href=https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css>
|
<link rel=stylesheet href=https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css>
|
||||||
<script src="{{ "djs.js" | theme_asset }}"></script>
|
<script src="{{ "djs.js" | theme_asset }}"></script>
|
||||||
{% page_head -%}
|
{% page_head -%}
|
||||||
|
</head>
|
||||||
<body hx-boost=true hx-target=main hx-indicator=#loadOverlay hx-swap="innerHTML show:body:top">
|
<body hx-boost=true hx-target=main hx-indicator=#loadOverlay hx-swap="innerHTML show:body:top">
|
||||||
<nav class=site-header role=navigation>
|
<nav class=site-header role=navigation>
|
||||||
<p><a class=nav-home href="{{ "" | relative_link }}">{{ web_log.name }}</a>
|
<p><a class=nav-home href="{{ "" | relative_link }}">{{ web_log.name }}</a>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Daniel J. Summers
|
Daniel J. Summers
|
||||||
20240120
|
20240419
|
Loading…
x
Reference in New Issue
Block a user