cleanup
This commit is contained in:
parent
006c22ca6a
commit
94a87494a8
@ -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" . }}
|
||||||
|
@ -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" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user