[2025-04-25] Multiple design improvements
- Font size and scaling better for different displays - Added 88x31 buttons in footer - Other minor changes to CSS and layouts
This commit is contained in:
parent
5a1ce2af21
commit
c51385f72b
18 changed files with 68 additions and 57 deletions
14
archive.html
14
archive.html
|
@ -3,15 +3,5 @@ layout: default
|
|||
title: archive
|
||||
---
|
||||
|
||||
<span style="font-size: x-large;"><a href="/">~</a> > <a href="">[{{page.title}}]</a><br></span>
|
||||
<ul style="list-style-type:none;margin:0;padding:0;">
|
||||
{% for post in site.posts %}
|
||||
{% assign category = post.category %}
|
||||
{% if category == 'archive' %}
|
||||
<li>
|
||||
<p><span style="font-family: Geist Mono">{{ post.date | date: "%Y-%m-%d" }} / </span><a href="{{ post.url }}">{{ post.title }}</a></p>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<hr>
|
||||
{% include pageTitle.html %}
|
||||
{% include categoryList.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue