We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d1011 commit 3fe7cc0Copy full SHA for 3fe7cc0
_pages/blog.md
@@ -16,7 +16,7 @@ Welcome to my blog! Here you'll find posts about my research, projects, and expe
16
{% for post in site.posts %}
17
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
18
{% if year != written_year %}
19
- <!-- < <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2> -->
+ <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2>
20
{% capture written_year %}{{ year }}{% endcapture %}
21
{% endif %}
22
{% include archive-single.html %}
0 commit comments