Misc. updates & reorganization
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<section>
|
||||
<hr>
|
||||
|
||||
<h3>Journal</h3>
|
||||
<h2>Journal</h2>
|
||||
|
||||
<ul>
|
||||
{{ range (where .Site.RegularPages "Type" "in" "journal") }}
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<hr>
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
<h2>
|
||||
<a href="/journal">Journal</a> <span>></span>
|
||||
{{ .Title }}
|
||||
</h2>
|
||||
|
||||
<h3>
|
||||
Posted {{ .Date | time.Format "2006-01-02" }}
|
||||
|
||||
Reference in New Issue
Block a user