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; +}