Use absolute URL for internal links
This commit is contained in:
parent
75db4c2acf
commit
fe677734f5
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue