From a3f2ccc89c68e2cf7135ea5f6bb9a4f2de2918aa Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 2 Aug 2022 15:23:06 -0600 Subject: [PATCH] List out tags --- 404.md | 2 +- _config.yml | 3 ++- assets/css/default.css | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/404.md b/404.md index 5b05e2c..7ebd99a 100644 --- a/404.md +++ b/404.md @@ -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 ------------ diff --git a/_config.yml b/_config.yml index 799cf06..a1d24ad 100644 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,9 @@ defaults: values: layout: "default" - scope: - path: "blog" + path: "blog/*/*" values: + layout: "blog" title: "Neale Blog" title: Neale Pickett author: diff --git a/assets/css/default.css b/assets/css/default.css index 79c5f65..fd9b98c 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -140,3 +140,7 @@ button.big { font-size: 2em; background: inherit; } + +.tags { + font-size: small; +}