Add redesign CSS

This commit is contained in:
2020-05-04 03:23:55 -07:00
parent b270fa78da
commit ee4738b245
10 changed files with 49 additions and 26 deletions

View File

@@ -3,6 +3,7 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div class="container"><hr class="header-divider"></div>
<main class="container">
{{- block "main" . }}{{- end }}
</main>

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
<ul>
<ul class="page-list">
{{ range .Pages.ByDate.Reverse }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}