Skip to content

Commit 12d1011

Browse files
committed
final touches
1 parent 15d9a9e commit 12d1011

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_pages/blog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Welcome to my blog! Here you'll find posts about my research, projects, and expe
1515
{% capture written_year %}'None'{% endcapture %}
1616
{% for post in site.posts %}
1717
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
18-
<!-- {% if year != written_year %}
19-
< <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2>
18+
{% if year != written_year %}
19+
<!-- < <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2> -->
2020
{% capture written_year %}{{ year }}{% endcapture %}
21-
{% endif %} -->
21+
{% endif %}
2222
{% include archive-single.html %}
2323
{% endfor %}

0 commit comments

Comments
 (0)