This commit is contained in:
Oliver 2025-01-04 00:31:14 -07:00
parent 006c22ca6a
commit 94a87494a8
2 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,9 @@
<main> <main>
<section> <section>
<div class="article-header"> <div class="article-header">
<h3 class="spaced"> <h1 class="spaced">
{{ .Page.Title }} {{ .Page.Title }}
</h3> </h1>
</div> </div>
<article> <article>
{{ block "main" . }} {{ block "main" . }}

View File

@ -3,7 +3,7 @@
<link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }} RSS" href='{{ absURL "/index.xml" }}'> <link rel="alternate" type="application/rss+xml" title="{{ .Site.Title }} RSS" href='{{ absURL "/index.xml" }}'>
<link rel="stylesheet" type="text/css" media="screen" href='{{ absURL "/style.css" }}'> <link rel="stylesheet" type="text/css" media="screen" href='{{ absURL "/style.css" }}'>
<link rel="stylesheet" type="text/css" href='{{ absURL "/lugo.css" }}'> <link rel="stylesheet" type="text/css" href='{{ absURL "/lugo.css" }}'>
{{ with .Site.Params.favicon }}<link rel="icon" href="{{ . }}">{{ end -}} <link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">
<meta charset="utf-8"> <meta charset="utf-8">
@ -17,7 +17,7 @@
<meta property="og:url" content="{{ .Page.Permalink }}"> <meta property="og:url" content="{{ .Page.Permalink }}">
<meta property="og:image" content="{{ .Page.Permalink }}qr.png"> <meta property="og:image" content="{{ .Page.Permalink }}qr.png">
{{ if isset .Params "tags" }} {{ if isset .Params "tags" }}
<meta name="keywords" content="{{ with .Params.tags }}{{ delimit . " , " }}{{ end }}"> <meta name="keywords" content="{{ with .Params.tags }}{{ delimit . ", " }}{{ end }}">
{{ end -}} {{ end -}}
{{ if isset .Params "redirect" }} {{ if isset .Params "redirect" }}