Skip to content

Commit 35d7121

Browse files
committed
updated?
1 parent c4ef90f commit 35d7121

File tree

2 files changed

+262
-3
lines changed

2 files changed

+262
-3
lines changed

_pages/blog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Welcome to my blog! Here you'll find posts about my research, projects, and expe
1414

1515
{% capture written_year %}'None'{% endcapture %}
1616
{% for post in site.posts %}
17-
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
18-
{% if year != written_year %}
17+
<!-- {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} -->
18+
<!-- {% if year != written_year %}
1919
<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 %}
2424
<!-- did that get updated or not? -->

toggle-fix.txt

Lines changed: 259 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)