diff --git a/layouts/tweets/list.html b/layouts/tweets/list.html deleted file mode 100644 index 07ecbc5..0000000 --- a/layouts/tweets/list.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ define "main" }} -
- - - {{ $paginator := .Paginate .Pages.ByPublishDate.Reverse 100 }} - {{ range $paginator.Pages }} - {{ .Render "page_summary" }} - {{ end }} - - {{ partial "pagination.html" . }} -
-{{ end }} diff --git a/layouts/tweets/page_summary.html b/layouts/tweets/page_summary.html deleted file mode 100644 index 4cf8edf..0000000 --- a/layouts/tweets/page_summary.html +++ /dev/null @@ -1,18 +0,0 @@ -
- {{ .Content }} - - {{- if .Date -}} - {{/* TODO: Include time in this date */}} - {{- partial "page/date.html" (dict "page" . "style" "datetime") -}} - {{- end }} - -
- {{ T "favorites" }} - {{ .Params.favoriteCount }} -
- -
- {{ T "retweets" }} - {{ .Params.retweetCount }} -
-
diff --git a/themes/photostream b/themes/photostream index 9b2d377..9940ab7 160000 --- a/themes/photostream +++ b/themes/photostream @@ -1 +1 @@ -Subproject commit 9b2d377b022f8ebb3cb76c7ccde51b07ada4be55 +Subproject commit 9940ab76ff42c0cdd9af201211d0300c6dfc9f27 diff --git a/themes/termlite b/themes/termlite index 4c101a5..55977d6 160000 --- a/themes/termlite +++ b/themes/termlite @@ -1 +1 @@ -Subproject commit 4c101a552eb10ed87a5bec5bee741e65aa80daec +Subproject commit 55977d6e6f285ad99d15f9f0061c65d7165fe6c0