Skip to content

Commit 6c0545f

Browse files
authored
2024 logo alignment (#3861)
1 parent b28cc93 commit 6c0545f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/templates/base/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ <h2>{{ self.intro_sub_title() }}</h2>
7171
<svg viewBox="0 0 56 16">
7272
<text x="9" y="15">{{ year }}</text>
7373
</svg>
74+
{% elif year == "2024" %}
75+
<svg viewBox="0 0 57 16">
76+
<text x="9" y="15">{{ year }}</text>
77+
</svg>
7478
{% elif year != "2020" %}
7579
<svg viewBox="0 0 50 16">
7680
<text x="8" y="15">{{ year }}</text>

0 commit comments

Comments
 (0)