Misc. updates & reorganization
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{- partial "head.html" . -}}
|
||||
<head>
|
||||
{{- partial "head.html" . -}}
|
||||
{{- block "head" . }}{{- end }}
|
||||
</head>
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
<div id="content">
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
<section>
|
||||
<hr>
|
||||
|
||||
<h3>#{{ .Title }}</h3>
|
||||
<h2>
|
||||
<a href="/tags">Tags</a> <span>></span>
|
||||
#{{ .Title }}
|
||||
</h2>
|
||||
|
||||
<ul>
|
||||
{{ range .RegularPages }}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<section>
|
||||
<hr>
|
||||
|
||||
<h3>{{ .Title }}</h3>
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
<ul>
|
||||
{{ range .Data.Terms.Alphabetical }}
|
||||
|
||||
Reference in New Issue
Block a user