-
+
+
{{ post.content|rendermd }}
{% endfor %}
- {% endif %}
+ {% endif %}
{% else %}
+
Semua
@@ -54,57 +57,57 @@
{% for post in posts %}
-
-
[{{ post.valid_at|date("d/m/Y") }} - {{ post.expired_at|date("d/m/Y") }}]
-
{{ post.content|rendermd }}
-
+
+
[{{ post.valid_at|date("d/m/Y") }} - {{ post.expired_at|date("d/m/Y") }}]
+
{{ post.content|rendermd }}
+
{% endfor %}
+
{% endif %}
-
diff --git a/App/Views/base.html b/App/Views/base.html
index 032232d..efdf6cf 100644
--- a/App/Views/base.html
+++ b/App/Views/base.html
@@ -24,6 +24,10 @@
padding-right: .6em;
}
+ .flex>h1 {
+ padding: 0;
+ }
+
nav.transparent {
box-shadow: none;
background: none;