Skip to content

Commit

Permalink
Merge pull request #2189 from gsmet/improve-tag-page
Browse files Browse the repository at this point in the history
Improve blog tag page
  • Loading branch information
gsmet authored Dec 16, 2024
2 parents de9d6c0 + 512b634 commit 33468eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/tag-archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ <h2 class="title">Tagged posts: '{{ page.title }}'</h2>
</div>
{% endfor %}
</div>
<div class="grid__item width-3-12 width-12-12-m">
<div class="grid__item width-1-12 width-12-12-m"></div>
<div class="grid__item width-2-12 width-12-12-m">
<h3 class="tags-label">Tags</h3>
{% assign tag_words = site.tags | sort %}
{% for stats in tag_words %}
Expand Down
5 changes: 5 additions & 0 deletions _sass/layouts/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ body.post {
}

.blog-page, .post-page {

h2 {
margin-top: 0;
}

p.byline {
font-size: 1rem;
}
Expand Down

0 comments on commit 33468eb

Please sign in to comment.