]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Use absolute URL for internal links
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Jun 2020 13:04:42 +0000 (14:04 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Jun 2020 13:04:42 +0000 (14:04 +0100)
docs/_includes/elements/link.html

index 22aff5d21bf5e93f99d4e1a02912db3f1b4caf44..a5ca7a1c4ad993eaf8e3ea7ce7e17fbace2f79d0 100644 (file)
@@ -1,4 +1,4 @@
-<a class="bd-link" href="{{ include.url }}">
+<a class="bd-link" href="{{ site.url }}{{ include.url }}">
   {% if include.surtitle %}
     <p class="bd-link-surtitle">
       {{ include.surtitle }}