diff --git a/_layouts/collection/collection_refpage.html b/_layouts/collection/collection_refpage.html index 746e047a..1b5a62b4 100644 --- a/_layouts/collection/collection_refpage.html +++ b/_layouts/collection/collection_refpage.html @@ -1,7 +1,11 @@ --- -layout: content +layout: default --- +
+

{{page.title}}

+ + {% assign all_items = "" | split: "/" %} {% for col_item in site[page.collection] %} {% for item in col_item[page.reference] %} @@ -23,6 +27,7 @@ layout: content {% endunless %} {% endfor %} + {% for item in all_items %} {% unless item == "" %} @@ -42,4 +47,6 @@ layout: content {% endfor %}
{% endunless %} -{% endfor %} \ No newline at end of file +{% endfor %} + + \ No newline at end of file diff --git a/assets/index.css b/assets/index.css index 855aa779..e142ce6e 100644 --- a/assets/index.css +++ b/assets/index.css @@ -59,6 +59,12 @@ layout: empty visibility: hidden; } + .content a { + color:#111827; + font-weight:500; + text-decoration:underline; + } + .color-link { @apply text-secondary }