Skip to content

Commit dd31174

Browse files
committed
fix country flag on author page to use lower case paths
1 parent fc52272 commit dd31174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/author.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<li class="author-item">
2020
<i class="fas fa-map-marker-alt"></i>
2121
%% }
22-
<img src="/static/images/flag/[% $author.country %].png" alt="[% $author.country %] flag">
22+
<img src="/static/images/flag/[% lc($author.country) %].png" alt="[% $author.country %] flag">
2323
[% $author.city %][% if $author.city && $author.region { %], [% } %][% $author.region %]
2424
</li>
2525
%% }

0 commit comments

Comments
 (0)