mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 07:33:09 +00:00
Add scrapbook link
This commit is contained in:
parent
5b2a3158fb
commit
7b21eed146
1 changed files with 2 additions and 5 deletions
|
@ -13,18 +13,15 @@ li {
|
||||||
h3 {
|
h3 {
|
||||||
padding-bottom: 0.1em;
|
padding-bottom: 0.1em;
|
||||||
}
|
}
|
||||||
a {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
👋, Welcome here, you can see it's a mess
|
👋, Welcome here, you can see it's a mess.
|
||||||
|
My scrapbook posts are available at <a href="/scrapbook">/scrapbook</a>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
{% for category_name, articles in categories %}
|
{% for category_name, articles in categories %}
|
||||||
<h3>{{ category_name }}</h3>
|
<h3>{{ category_name }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue