+
-
-
{{ post.number }} - {{ post.guest }}
-
+
+
{{ post.number }} - {{ post.guest }}
+ {{ post.title }}
+
{% for tag in page.tags %}#{{ tag }} {% endfor %}
{% endfor %}
diff --git a/css/landing-page.css b/css/landing-page.css
index e626a31..777c6f6 100644
--- a/css/landing-page.css
+++ b/css/landing-page.css
@@ -266,4 +266,9 @@ p.copyright {
.video {
width: 100%;
height: 100%;
+}
+
+.tags {
+ font-size: 12px;
+ font-family: 'Roboto', Arial, sans-serif;
}
\ No newline at end of file