formatting
This commit is contained in:
@@ -3,8 +3,6 @@ title = "Welcome to the blog!"
|
|||||||
date = 2025-08-01
|
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!
|
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
|
## Preparation
|
||||||
|
@@ -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}
|
|
@@ -6,7 +6,7 @@
|
|||||||
</h1>
|
</h1>
|
||||||
<ul>
|
<ul>
|
||||||
{% for page in section.pages %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Reference in New Issue
Block a user