@@ -44,15 +44,15 @@ <h2 class="section__title">Books</h2>
44
44
{% endif %}
45
45
{{ book_title( book.data.title, book.data.subtitle, book.data.edition ) }}
46
46
{%- endset -%}
47
- < h3 class ="listing__item__title ">
47
+ < h4 class ="listing__item__title ">
48
48
{% if book.data.url %}
49
49
< a href ="{{ book.data.url }} ">
50
50
{{ book_details | safe }}
51
51
</ a >
52
52
{% else %}
53
53
{{ book_details | safe }}
54
54
{% endif %}
55
- </ h3 >
55
+ </ h4 >
56
56
57
57
{#
58
58
{% if book.author != "Aaron Gustafson" %}
@@ -72,11 +72,11 @@ <h3 class="listing__item__title">
72
72
</ li >
73
73
{% endfor %}
74
74
</ ul >
75
-
76
- < h3 class ="section__title " id ="contributions "> Contributions</ h3 >
75
+
76
+ < h3 class ="subsection__header " id ="contributions "> Contributions & Forewords </ h3 >
77
77
78
78
< ul class ="listing listing--books listing--icons ">
79
- {% set contributed = collections.books | filterTo('type','contributed') %}
79
+ {% set contributed = collections.books | filterTo('type',[ 'contributed', 'foreword'] ) %}
80
80
{% for book in contributed %}
81
81
< li class ="listing__item listing__item--{{ loop.index }} book book--contributed entry--teaser ">
82
82
< 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">
94
94
{% endfor %}
95
95
</ ul >
96
96
97
- < h3 class ="section__title " id ="forewords "> Forewords</ h3 >
97
+ <!-- h3 class="subsection__header " id="forewords">Forewords</h3>
98
98
99
99
<ul class="listing listing--books listing--icons">
100
100
{% set forewords = collections.books | filterTo('type','foreword') %}
@@ -113,9 +113,9 @@ <h3 class="listing__item__title book__title">
113
113
<p class="listing__item__meta">by <b class="book__author">{{ book.data.author }}</b></p>
114
114
</li>
115
115
{% endfor %}
116
- </ ul >
116
+ </ul-- >
117
117
118
- < h3 class ="section__title " id ="editing "> Editing</ h3 >
118
+ < h3 class ="subsection__header " id ="editing "> Editing</ h3 >
119
119
120
120
< p > Over the years, I’ve tech edited and contributed in various other ways to
121
121
{% for book in books_edited %}
0 commit comments