Fixed issues in shortcodes

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-07-01 20:05:14 +02:00 committed by Roman Tsisyk
parent 45842cefd4
commit cd80da8114
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<span class="badge">
<a href="{{ url }}" title="{{ title }}"><img src="/images/badges/{{ img }}" width="200px"></a>
<a href="{{ url }}" title="{{ title }}"><img src="/images/badges/{{ img }}"></a>
</span>

View file

@ -1 +1 @@
<img class="screenshot" src={{ src }} alt={{ alt }} title={{ alt }} />
<img class="screenshot" src="{{ src }}" alt="{{ alt }}" title="{{ alt }}" />