diff --git a/src/_sass/default.scss b/src/_sass/default.scss index bd3dc68..d987b98 100644 --- a/src/_sass/default.scss +++ b/src/_sass/default.scss @@ -99,11 +99,14 @@ body { padding-bottom: 0.3em; } + p,li { + font-size: 1.25rem; + } + p { margin-top: 0; margin-bottom: 16px; padding: 0 0.25em; - font-size: 1.25rem; } img { diff --git a/src/blog.html b/src/blog.html index f5560ce..467c367 100644 --- a/src/blog.html +++ b/src/blog.html @@ -10,8 +10,9 @@ title: Blog <ul> {% for post in group.items %} <li> + + <span>{{ post.date | date: "%Y-%m-%d" }}:</span> <a href="{{ post.url }}">{{ post.title }}</a> - <span>{{ post.date | date: "%B %d" }}</span> </li> {% endfor %} </ul> diff --git a/src/index.md b/src/index.md index cd04319..edc7abd 100644 --- a/src/index.md +++ b/src/index.md @@ -22,4 +22,4 @@ I am currently: Some of the more notable things I've worked on in the past are: - The animated TV series [PAW Patrol](https://www.imdb.com/title/tt3121722/) and [Daniel Spellbound](https://www.imdb.com/title/tt13983670/) -- A [fleet of robots](/robotics/5024) at Raider Robotics <sup>test</sup> +- A [fleet of robots](/robotics/5024) at Raider Robotics