-
#{{ .Title }}
++ Tags > + #{{ .Title }} +
-
{{ range .RegularPages }}
diff --git a/themes/v2/layouts/_default/tag.terms.html b/themes/v2/layouts/_default/tag.terms.html
index ea22b07..175b11a 100644
--- a/themes/v2/layouts/_default/tag.terms.html
+++ b/themes/v2/layouts/_default/tag.terms.html
@@ -2,7 +2,7 @@
- {{ .Title }} - {{ .Date | time.Format "(2006-01-02)" }} - {{ if .Params.needs_review }}NEEDS REVIEW{{ end }} + + ({{ $host }}, {{ .Date | time.Format "2006-01-02" }}) + {{ end }}
-
{{ .Title }} @@ -22,5 +22,31 @@
-
+
+ {{ .Title }} + + ({{ $host }}, {{ .Date | time.Format "2006-01-02" }}) + +
+ + {{ .Summary }} +
+ {{ end }}
+
-
{{ .Title }}
+{{ .Title }}
-
{{ range .Data.Terms.Alphabetical }}
diff --git a/themes/v2/layouts/elsewhere/list.html b/themes/v2/layouts/elsewhere/list.html
index 2053397..19c539c 100644
--- a/themes/v2/layouts/elsewhere/list.html
+++ b/themes/v2/layouts/elsewhere/list.html
@@ -2,14 +2,20 @@
-
Elsewhere
+Elsewhere
+ + {{ .Content }}-
{{ range (where .Site.RegularPages "Type" "in" "elsewhere") }}
+ {{ $url := urls.Parse .Params.canonical_url }}
+ {{ $host := strings.Replace $url.Hostname "www." "" }}
+
-
{{ .Title }}
++ Elsewhere > + {{ .Title }} +
Posted {{ .Date | time.Format "2006-01-02" }} - on {{ $url.Hostname }} + on {{ $host }}
{{ .Content }} diff --git a/themes/v2/layouts/index.html b/themes/v2/layouts/index.html index 42fb090..e312391 100644 --- a/themes/v2/layouts/index.html +++ b/themes/v2/layouts/index.html @@ -9,7 +9,7 @@-
- {{ range (where .Site.RegularPages "Type" "in" "journal") }}
+ {{ range first 5 (where .Site.RegularPages "Type" "in" "journal") }}
+ +
+ Elsewhere +
+ +-
+ {{ range where (where .Site.RegularPages "Type" "in" "elsewhere") "Params.featured" "=" true }}
+ {{ $url := urls.Parse .Params.canonical_url }}
+ {{ $host := strings.Replace $url.Hostname "www." "" }}
+
+
-
Journal
+Journal
-
{{ range (where .Site.RegularPages "Type" "in" "journal") }}
diff --git a/themes/v2/layouts/journal/single.html b/themes/v2/layouts/journal/single.html
index 7694593..00b1b3d 100644
--- a/themes/v2/layouts/journal/single.html
+++ b/themes/v2/layouts/journal/single.html
@@ -1,7 +1,10 @@
{{ define "main" }}
-
{{ .Title }}
++ Journal > + {{ .Title }} +
Posted {{ .Date | time.Format "2006-01-02" }}
diff --git a/themes/v2/layouts/notes/list.html b/themes/v2/layouts/notes/list.html
index c878e29..fcbb8eb 100644
--- a/themes/v2/layouts/notes/list.html
+++ b/themes/v2/layouts/notes/list.html
@@ -2,7 +2,7 @@
- Notes
+ Notes
{{ range (where .Site.RegularPages.ByLastmod.Reverse "Type" "in" "notes") }}
diff --git a/themes/v2/layouts/notes/single.html b/themes/v2/layouts/notes/single.html
index 0e14d4d..7368910 100644
--- a/themes/v2/layouts/notes/single.html
+++ b/themes/v2/layouts/notes/single.html
@@ -1,7 +1,10 @@
{{ define "main" }}
- {{ .Title }}
+
+ Notes >
+ {{ .Title }}
+
{{ .Content }}
diff --git a/themes/v2/layouts/partials/head.html b/themes/v2/layouts/partials/head.html
index 5ebca2d..6cc846b 100644
--- a/themes/v2/layouts/partials/head.html
+++ b/themes/v2/layouts/partials/head.html
@@ -1,13 +1,11 @@
-
-
-
- {{- if .Page.IsHome -}}
- {{ .Site.Title }}
- {{- else -}}
- {{ .Title }} – {{ .Site.Title }}
- {{- end -}}
-
- {{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
-
-
-
+
+
+ {{- if .Page.IsHome -}}
+ {{ .Site.Title }}
+ {{- else -}}
+ {{ .Title }} – {{ .Site.Title }}
+ {{- end -}}
+
+{{ $css := resources.Get "css/style.scss" | toCSS | minify | fingerprint }}
+
+
-
Notes
+Notes
-
{{ range (where .Site.RegularPages.ByLastmod.Reverse "Type" "in" "notes") }}
diff --git a/themes/v2/layouts/notes/single.html b/themes/v2/layouts/notes/single.html
index 0e14d4d..7368910 100644
--- a/themes/v2/layouts/notes/single.html
+++ b/themes/v2/layouts/notes/single.html
@@ -1,7 +1,10 @@
{{ define "main" }}
-