forked from organicmaps/website
Fixed issues in shortcodes
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
45842cefd4
commit
cd80da8114
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
<img class="screenshot" src={{ src }} alt={{ alt }} title={{ alt }} />
|
||||
<img class="screenshot" src="{{ src }}" alt="{{ alt }}" title="{{ alt }}" />
|
||||
|
|
Loading…
Add table
Reference in a new issue