Skip to content

Commit 8c77078

Browse files
committed
Minors
1 parent b1311e0 commit 8c77078

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

_includes/adi_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="{{ site.url }}/AbnormalDevOpsIterations/"><img class="img-responsive" src="{{ site.url }}/img/pic-adi.png" alt="Abnormal DevOps Iterations"></a>
77
</div>
88
<div class="col-lg-2">
9-
<h1>ADI {{ page.number }}</h1>
9+
<h1>ADI</br>{{ page.number }}</h1>
1010
</div>
1111
<div class="col-lg-8">
1212
<h1>{{ page.guest }} - {{ page.title }}</h2>

_includes/adi_list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="container">
44
<div class="row">
55
<h1>Human Intelligence</h1>
6+
<h1>Interviews with outstanding DevOps and IT personalities</h1>
67

78
{% assign sorted_posts = site.episodes | sort: "path" | reverse %}
89
{% for post in sorted_posts %}
@@ -13,7 +14,7 @@ <h1>Human Intelligence</h1>
1314
<div class="col-lg-7">
1415
<h3>{{ post.number }} - {{ post.guest }}</br>
1516
<a href="{{ site.url }}{{ post.url }}" target="_parent">{{ post.title }}</a></h3>
16-
<div class="tags">{% for tag in page.tags %}#{{ tag }} {% endfor %}</div>
17+
<div class="tags">{% for tag in post.tags %}#{{ tag }} {% endfor %}</div>
1718
</div>
1819
</div>
1920
{% endfor %}

_includes/adi_splash.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ <h2>A podcast about Puppet, DevOps, IT operations, AI and everything</h2>
1616
<h3>Video:</h3>
1717
<a href="https://youtube.com/@AbnormalDevOpsIterations" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-youtube fa-fw"></i> <span class="network-name">YouTube</span></a>
1818
<h3>Audio:</h3>
19-
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank"><i class="fa fa-spotify fa-fw"></i> <span class="network-name">Spotify</span></a>
20-
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank"><i class="fa fa-music fa-fw"></i> <span class="network-name">Amazon Music</span></a>
19+
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-spotify fa-fw"></i> <span class="network-name">Spotify</span></a>
20+
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-music fa-fw"></i> <span class="network-name">Amazon Music</span></a>
2121
</div>
2222
</div>
2323
</div>

_includes/home_podcast.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ <h2 class="section-heading"><a href="{{ site.url }}/AbnormalDevOpsIterations/">A
1212
</div>
1313
<div class="lead">
1414
Audio only versions also available on:</br>
15-
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" target="_blank"><i class="fa fa-spotify fa-fw"></i> <span class="network-name">Spotify</span></a>
16-
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" target="_blank"><i class="fa fa-music fa-fw"></i> <span class="network-name">Amazon Music</span></a>
15+
<a href="https://open.spotify.com/show/4viAGMM539m0A230xqKhqD?si=bd0d41f805054313" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-spotify fa-fw"></i> <span class="network-name">Spotify</span></a>
16+
<a href="https://music.amazon.com/podcasts/fbb3a98e-1877-4e66-8b65-23388d0e867e/abnormal-devops-iterations" class="btn btn-default btn-lg" target="_blank"><i class="fa fa-music fa-fw"></i> <span class="network-name">Amazon Music</span></a>
1717
</div>
1818
</div>
1919
<div class="col-lg-4 col-sm-pull-6 col-sm-6">

css/landing-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ p {
8181

8282
.adi-header {
8383
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
84-
padding-bottom: 20px;
84+
padding-bottom: 10px;
8585
text-align: center;
8686
color: #f8f8f8;
8787
background: url(../img/background-podcast.jpg) no-repeat center center;

0 commit comments

Comments
 (0)