Skip to content

Commit 0d6df6b

Browse files
committed
TAGS
1 parent 428c382 commit 0d6df6b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

_includes/adi_list.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ <h1>Human Intelligence</h1>
77
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
88
{% for post in sorted_posts %}
99
<div class="row adi-list">
10-
<div class="col-lg-4">
10+
<div class="col-lg-3">
1111
<a href="{{ site.url }}{{ post.url }}" target="_parent"><img class="img-responsive" src="{{ site.url }}/AbnormalDevOpsIterations/img/{{ post.number }}.png" alt="ADI {{ post.number }} - {{ post.guest }}: {{ post.title }}"></a>
1212
</div>
13-
<div class="col-lg-8">
14-
<h3>{{ post.number }} - {{ post.guest }}</h3>
15-
<h3><a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
13+
<div class="col-lg-7">
14+
<h3>{{ post.number }} - {{ post.guest }}</br>
15+
<a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
16+
<div class="tags">{% for tag in page.tags %}#{{ tag }} {% endfor %}</div>
1617
</div>
1718
</div>
1819
{% endfor %}

css/landing-page.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,9 @@ p.copyright {
266266
.video {
267267
width: 100%;
268268
height: 100%;
269+
}
270+
271+
.tags {
272+
font-size: 12px;
273+
font-family: 'Roboto', Arial, sans-serif;
269274
}

0 commit comments

Comments
 (0)