mirror of
https://github.com/jgthms/bulma
synced 2026-03-26 06:49:36 -07:00
Fix relative links
This commit is contained in:
@@ -10,8 +10,8 @@ icon: "hand-pointer"
|
||||
Similarly to the [list of tags](/2017/08/03/list-of-tags/) launched a few months ago, the [button](/documentation/elements/button/) has its own **list of buttons**:
|
||||
|
||||
<figure>
|
||||
<a href="/documentation/elements/button/#list-of-buttons">
|
||||
<img src="/images/blog/list-of-buttons.png" alt="List of buttons in CSS" width="660" height="550">
|
||||
<a href="{{ site.url }}/documentation/elements/button/#list-of-buttons">
|
||||
<img src="{{ site.url }}/images/blog/list-of-buttons.png" alt="List of buttons in CSS" width="660" height="550">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user