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 }}