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">
|
||||||
|
Loading…
Reference in New Issue
Block a user