Skip to content

Commit

Permalink
fix: header for archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Jan 11, 2025
1 parent 1a5f848 commit 7a5b700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3 style="margin-bottom: 1px;">
<nav class="home_post_nav">
{% assign year = site.posts[0].date | date: '%Y' %}
<a class="post-link" href="{{ "/archive/" | append: year | relative_url }}">
<h6>To Archive</h6>
<b class="archive-link">To Archive</b>
</a>
</nav>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
Expand Down
3 changes: 3 additions & 0 deletions _sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,6 @@ table {
}


.archive-link{
font-size: 2em;
}

0 comments on commit 7a5b700

Please sign in to comment.