List out tags
This commit is contained in:
parent
6e45020668
commit
7644d727df
2
404.md
2
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
|
||||
------------
|
||||
|
|
|
@ -6,8 +6,9 @@ defaults:
|
|||
values:
|
||||
layout: "default"
|
||||
- scope:
|
||||
path: "blog"
|
||||
path: "blog/*/*"
|
||||
values:
|
||||
layout: "blog"
|
||||
title: "Neale Blog"
|
||||
title: Neale Pickett
|
||||
author:
|
||||
|
|
|
@ -140,3 +140,7 @@ button.big {
|
|||
font-size: 2em;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.tags {
|
||||
font-size: small;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue