fix error
This commit is contained in:
parent
07a3a21be4
commit
52e36b1de1
@ -15,8 +15,10 @@
|
|||||||
{{page.content | markdownify | strip_html | truncate: 100}}
|
{{page.content | markdownify | strip_html | truncate: 100}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}}
|
|
||||||
{% capture image %}
|
{% capture image %}
|
||||||
|
{{site.url}}/images/{{page.path | split: '/' | last | split: '.' | first }}/{{page.image}}
|
||||||
|
{% endcapture %}
|
||||||
|
|
||||||
|
|
||||||
<meta charset=utf-8 />
|
<meta charset=utf-8 />
|
||||||
|
Loading…
Reference in New Issue
Block a user