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 @@ You know what? I'm gonna say some <mark>very important</mark> stuff, so <mark>im
```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">Go to Top</a>
<a class="inline-button colored external" href="{{ config.extra.issues_url }}">File an Issue</a>
</div>
```