diff --git a/_includes/adi_list.html b/_includes/adi_list.html index 105d6ce..d3eae07 100644 --- a/_includes/adi_list.html +++ b/_includes/adi_list.html @@ -7,12 +7,13 @@

Human Intelligence

{% assign sorted_posts = site.episodes | sort: "path" | reverse %} {% for post in sorted_posts %}
-
+
ADI {{ post.number }} - {{ post.guest }}: {{ post.title }}
-
-

{{ post.number }} - {{ post.guest }}

-

{{ post.title }}

+
+

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