List out tags

This commit is contained in:
Neale Pickett 2022-08-02 15:23:06 -06:00
parent 806e27345e
commit a3f2ccc89c
3 changed files with 7 additions and 2 deletions

2
404.md
View File

@ -11,7 +11,7 @@ Software
* [Neale's Projects](https://github.com/nealey/) * [Neale's Projects](https://github.com/nealey/)
* [Dirtbags Projects](https://github.com/dirtbags/) * [Dirtbags Projects](https://github.com/dirtbags/)
* [9wm Projects](https://github.com/9wm/) * [9wm Projects](https://github.com/9wm/)
* [Reply-To Munging Still Considered Harmful. Really.](papers/reply-to-still-harmful.html) * [Reply-To Munging Still Considered Harmful. Really.](/papers/reply-to-still-harmful.html)
Something Else Something Else
------------ ------------

View File

@ -6,8 +6,9 @@ defaults:
values: values:
layout: "default" layout: "default"
- scope: - scope:
path: "blog" path: "blog/*/*"
values: values:
layout: "blog"
title: "Neale Blog" title: "Neale Blog"
title: Neale Pickett title: Neale Pickett
author: author:

View File

@ -140,3 +140,7 @@ button.big {
font-size: 2em; font-size: 2em;
background: inherit; background: inherit;
} }
.tags {
font-size: small;
}