mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Fix relative links
This commit is contained in:
@@ -11,7 +11,7 @@ You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to th
|
||||
|
||||
<figure>
|
||||
<video width="602.5" height="360" autoplay muted loop>
|
||||
<source src="/images/blog/fixed-navbar.mp4" type="video/mp4">
|
||||
<source src="{{ site.url }}/images/blog/fixed-navbar.mp4" type="video/mp4">
|
||||
</video>
|
||||
</figure>
|
||||
|
||||
@@ -20,7 +20,7 @@ You can now fix a [navbar](/documentation/components/navbar/#fixed-navbar) to th
|
||||
As a added **bonus**, the bottom navbar required a new **dropup** feature which has also been implemented!
|
||||
|
||||
<figure>
|
||||
<a href="/documentation/components/navbar/#fixed-navbar">
|
||||
<img src="/images/blog/dropup.png" alt="Navbar dropup" width="660" height="239">
|
||||
<a href="{{ site.url }}/documentation/components/navbar/#fixed-navbar">
|
||||
<img src="{{ site.url }}/images/blog/dropup.png" alt="Navbar dropup" width="660" height="239">
|
||||
</a>
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user