List out tags
This commit is contained in:
parent
806e27345e
commit
a3f2ccc89c
2
404.md
2
404.md
|
@ -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
|
||||||
------------
|
------------
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -140,3 +140,7 @@ button.big {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue