Refector css and add TOC
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
---
|
||||
layout: layouts/base.njk
|
||||
title: Nathan Upchurch | Blogroll
|
||||
tags:
|
||||
- blogroll
|
||||
- tagList
|
||||
structuredData: none
|
||||
h1: Blogroll
|
||||
includeTOC: true
|
||||
---
|
||||
<article data-pagefind-body>
|
||||
|
||||
<h1>Blogroll</h1>
|
||||
<p class="nodropcap">Here are some blogs and independent news outlets I like to read. You can click the RSS icon next to each to subscribe using <a href="../about-feeds/">your newsreader</a>, or import all of them at once by downloading and importing this convenient <a href="./nathanUpchurchBlogroll.opml" download>.opml file</a>.</p>
|
||||
<p class="page-block">
|
||||
<em>Skip to category:
|
||||
{% for category in blogroll.categories %}
|
||||
<a href="#{{ category.name | slugify }}">{{ category.name }}</a>{% if loop.last %}.{% else %},{% endif %}
|
||||
{% endfor %}
|
||||
</em></p>
|
||||
|
||||
{% for category in blogroll.categories %}
|
||||
<section class="blogroll">
|
||||
<h2 id="{{ category.name | slugify }}">{{ category.name }}:<a class="header-anchor" href="#{{ category.name | slugify }}">#</a></h2>
|
||||
<h2 id="{{ category.name | slugify }}">{{ category.name }}<a class="header-anchor" href="#{{ category.name | slugify }}">#</a></h2>
|
||||
{% for blog in category.blogs %}
|
||||
<div class="blogroll-category-group">
|
||||
<a href="{{ blog.url }}"><h3>{{ blog.title }}</h3></a>
|
||||
@@ -36,5 +32,3 @@ structuredData: none
|
||||
{% endfor %}
|
||||
</section>
|
||||
{% endfor %}
|
||||
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user