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.
2 parents c2ceb54 + dd31174 commit 049b06eCopy full SHA for 049b06e
root/author.tx
@@ -19,7 +19,7 @@
19
<li class="author-item">
20
<i class="fas fa-map-marker-alt"></i>
21
%% }
22
- <img src="/static/images/flag/[% $author.country %].png" alt="[% $author.country %] flag">
+ <img src="/static/images/flag/[% lc($author.country) %].png" alt="[% $author.country %] flag">
23
[% $author.city %][% if $author.city && $author.region { %], [% } %][% $author.region %]
24
</li>
25
0 commit comments