mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Use absolute URL for internal links
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user