fix image clck url for base url
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
{% capture imagePath %}/assets/blog/{{ page.id | split: "/" | last }}/{{ include.name }}{% endcapture %}
|
||||
|
||||
{% assign imagePath=(imagePath | relative_url) %}
|
||||
|
||||
{% capture src %}src="{{ imagePath }}"{% endcapture %}
|
||||
|
||||
{% assign caption=include.caption | default: "" %}
|
||||
|
Reference in New Issue
Block a user