Skip to content

Commit

Permalink
TAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 28, 2024
1 parent 428c382 commit 0d6df6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 5 additions & 4 deletions _includes/adi_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ <h1>Human Intelligence</h1>
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
{% for post in sorted_posts %}
<div class="row adi-list">
<div class="col-lg-4">
<div class="col-lg-3">
<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>
</div>
<div class="col-lg-8">
<h3>{{ post.number }} - {{ post.guest }}</h3>
<h3><a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
<div class="col-lg-7">
<h3>{{ post.number }} - {{ post.guest }}</br>
<a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
<div class="tags">{% for tag in page.tags %}#{{ tag }} {% endfor %}</div>
</div>
</div>
{% endfor %}
Expand Down
5 changes: 5 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,9 @@ p.copyright {
.video {
width: 100%;
height: 100%;
}

.tags {
font-size: 12px;
font-family: 'Roboto', Arial, sans-serif;
}

0 comments on commit 0d6df6b

Please sign in to comment.