formatting

This commit is contained in:
mtgmonkey
2025-08-04 07:26:12 -04:00
parent c6714dfec6
commit d6cc60dda8
3 changed files with 1 additions and 4 deletions

View File

@@ -3,8 +3,6 @@ title = "Welcome to the blog!"
date = 2025-08-01
+++
### Welcome to the blog!
I will be posting every day from today until my return from Germany! I will take the train down to Washington D.C. on the 6th of August and will say goodbye to my parents on the 7th. My excitement is nearly unbearable!
## Preparation

View File

@@ -1 +0,0 @@
body{background-color:#eeeee4;color:#452a21;line-height:1.6;font-size:19px;width:750px;margin:auto;margin-top:100px}ul{list-style-type:none}a{color:#1a7fad}code,blockquote{margin:0;padding:0}pre{margin:0;padding:4px;background-color:#fae8b6;white-space:pre-wrap}

View File

@@ -6,7 +6,7 @@
</h1>
<ul>
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.date}}: {{ page.title }}</a></li>
<li><a href="{{ page.permalink | safe }}">{{ page.date}}</a></li>
{% endfor %}
</ul>
{% endblock content %}