From f6f7b27e40f97ffe88323be01bea1d04ca39d6b0 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 25 Dec 2019 04:30:21 +0000 Subject: Add local and twkn timelines --- templates/error.tmpl | 2 +- templates/navigation.tmpl | 6 ++++-- templates/timeline.tmpl | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/error.tmpl b/templates/error.tmpl index 890b5a7..d4bd817 100644 --- a/templates/error.tmpl +++ b/templates/error.tmpl @@ -2,7 +2,7 @@
Error
{{.}}
-Home +Home Sign In
{{template "footer.tmpl"}} diff --git a/templates/navigation.tmpl b/templates/navigation.tmpl index 0e745a2..bd97d2d 100644 --- a/templates/navigation.tmpl +++ b/templates/navigation.tmpl @@ -1,6 +1,6 @@
@@ -12,8 +12,10 @@
- home + home notifications{{if gt .NotificationCount 0}}({{.NotificationCount}}){{end}} + local + twkn about
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 6280e65..5bff2d0 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -1,6 +1,6 @@ {{template "header.tmpl"}} {{template "navigation.tmpl" .NavbarData}} -
Timeline
+
{{.Title}}
{{template "postform.tmpl" .PostContext}} -- cgit v1.2.3