mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
7 lines
121 B
HTML
7 lines
121 B
HTML
|
|
<a
|
||
|
|
class={{ include.classes }}
|
||
|
|
href="{{ include.url }}"
|
||
|
|
target="_blank"
|
||
|
|
rel="nofollow">
|
||
|
|
{{ include.text }}
|
||
|
|
</a>
|