Add external class to external buttons
This commit is contained in:
@ -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>
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user