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 b28cc93 commit 6c0545fCopy full SHA for 6c0545f
1 file changed
src/templates/base/index.html
@@ -71,6 +71,10 @@ <h2>{{ self.intro_sub_title() }}</h2>
71
<svg viewBox="0 0 56 16">
72
<text x="9" y="15">{{ year }}</text>
73
</svg>
74
+ {% elif year == "2024" %}
75
+ <svg viewBox="0 0 57 16">
76
+ <text x="9" y="15">{{ year }}</text>
77
+ </svg>
78
{% elif year != "2020" %}
79
<svg viewBox="0 0 50 16">
80
<text x="8" y="15">{{ year }}</text>
0 commit comments