diff --git a/views/admin.html b/views/admin.html index fda528e..607fbe1 100644 --- a/views/admin.html +++ b/views/admin.html @@ -1,3 +1,10 @@ @include(snippets/header_admin) - +
+

Henlo, {{ session.user }}

+

Hier entsteht eine Internetpräsenz!

+ f0ck bash +

@if(typeof totals !== "undefined") + total: {{ totals.total }} | tagged: {{ totals.tagged }} | untagged: {{ totals.untagged }} | sfw: {{ totals.sfw }} | nsfw: {{ totals.nsfw }} + @endif

+
@include(snippets/footer) \ No newline at end of file diff --git a/views/snippets/navbar_admin.html b/views/snippets/navbar_admin.html index 62b140b..7a1bbcd 100644 --- a/views/snippets/navbar_admin.html +++ b/views/snippets/navbar_admin.html @@ -20,18 +20,9 @@ Log - @if(typeof totals !== "undefined") - - @endif - \ No newline at end of file