Add external class to external buttons

This commit is contained in:
daudix
2024-06-18 06:42:40 +03:00
parent 9344e4d4e5
commit fbed171669
4 changed files with 6 additions and 6 deletions

View File

@ -319,8 +319,8 @@ _Кря-кря!_
```html.j2
<div class="dialog-buttons">
<a class="inline-button" href="#top">Go to top</a>
<a href="{{site.issuesurl}}">File an issue</a>
<a class="inline-button" href="#top">Перейти в Начало</a>
<a class="inline-button colored external" href="{{ config.extra.issues_url }}">Отправить Отчет об Ошибке</a>
</div>
```