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 24fd095 + 6c6f540 commit d719c95Copy full SHA for d719c95
root/author.tx
@@ -19,6 +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">
23
[% $author.city %][% if $author.city && $author.region { %], [% } %][% $author.region %]
24
</li>
25
root/static/less/author.less
@@ -18,6 +18,10 @@
18
i {
padding-right: 5px;
}
+
+ img[src*="/static/images/flag/"] {
+ margin-right: 5px;
+ }
26
27
.author-pic {
0 commit comments