Skip to content

Commit b3fc1df

Browse files
Tweaking appearances & publications directory
1 parent 88f983b commit b3fc1df

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/appearances/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="page__title">Interviews &amp; More</h1>
2121
you’d like to interview me, <a href="/contact/?reason={{ contactReason }}">please get in touch</a>.</p>
2222

2323
<section id="podcasts" class="section">
24-
<h2 class="section__title">I’ve been a guest on {{ collections.podcasts.length }} podcasts</h2>
24+
<h2 class="section__title">I’ve been a guest on {{ collections.podcasts.length }} podcasts &amp; livestreams</h2>
2525
<ul class="listing listing--podcasts listing--icons">
2626
{% for podcast in collections.podcasts %}
2727
<li class="listing__item listing__item--{{ loop.index }} podcast entry--teaser">

src/publications/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ <h2 class="section__title">Books</h2>
4444
{% endif %}
4545
{{ book_title( book.data.title, book.data.subtitle, book.data.edition ) }}
4646
{%- endset -%}
47-
<h3 class="listing__item__title">
47+
<h4 class="listing__item__title">
4848
{% if book.data.url %}
4949
<a href="{{ book.data.url }}">
5050
{{ book_details | safe }}
5151
</a>
5252
{% else %}
5353
{{ book_details | safe }}
5454
{% endif %}
55-
</h3>
55+
</h4>
5656

5757
{#
5858
{% if book.author != "Aaron Gustafson" %}
@@ -72,11 +72,11 @@ <h3 class="listing__item__title">
7272
</li>
7373
{% endfor %}
7474
</ul>
75-
76-
<h3 class="section__title" id="contributions">Contributions</h3>
75+
76+
<h3 class="subsection__header" id="contributions">Contributions &amp; Forewords</h3>
7777

7878
<ul class="listing listing--books listing--icons">
79-
{% set contributed = collections.books | filterTo('type','contributed') %}
79+
{% set contributed = collections.books | filterTo('type',['contributed', 'foreword']) %}
8080
{% for book in contributed %}
8181
<li class="listing__item listing__item--{{ loop.index }} book book--contributed entry--teaser">
8282
<p class="entry__type listing__item__type" title="Book" role="img" aria-label="Book">{{ svg_book | safe }}</p>
@@ -94,7 +94,7 @@ <h3 class="listing__item__title book__title">
9494
{% endfor %}
9595
</ul>
9696

97-
<h3 class="section__title" id="forewords">Forewords</h3>
97+
<!--h3 class="subsection__header" id="forewords">Forewords</h3>
9898
9999
<ul class="listing listing--books listing--icons">
100100
{% set forewords = collections.books | filterTo('type','foreword') %}
@@ -113,9 +113,9 @@ <h3 class="listing__item__title book__title">
113113
<p class="listing__item__meta">by <b class="book__author">{{ book.data.author }}</b></p>
114114
</li>
115115
{% endfor %}
116-
</ul>
116+
</ul-->
117117

118-
<h3 class="section__title" id="editing">Editing</h3>
118+
<h3 class="subsection__header" id="editing">Editing</h3>
119119

120120
<p>Over the years, I’ve tech edited and contributed in various other ways to
121121
{% for book in books_edited %}

0 commit comments

Comments
 (0)