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/)
* [Dirtbags Projects](https://github.com/dirtbags/)
* [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
------------

View File

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

View File

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