From 7abbb83760b3e9c8c97309f3a7737a440e34f6f3 Mon Sep 17 00:00:00 2001 From: Alicia Date: Sun, 24 Feb 2019 16:53:49 +0000 Subject: [PATCH] reverty blog --- templates/homepage.html | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index b8a8f37..b90fb98 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -36,25 +36,6 @@ KyutGrill=homepage2.jpg {{ .T "Welcome back to Yozora. We currently have %s online users and %s total registered users. Nice day to farm PP, isn't it?" (rediget "ripple:online_users") (rediget "ripple:registered_users") | html }}

- { with (.Get "blog/posts?l=5") }} -
-

- {{ $.T "Latest news from our blog" | html }} -

-
-
- {{ range $i, $v := .posts }} -
-

- {{ html $v.title }} -
Yozora, {{ time $v.created_at }}
-

-

- {{ $v.snippet }} -

-
- {{ end }} -
{{ end }} {{ end }}