style: add indentation
This commit is contained in:
parent
efe75adf27
commit
e68108014a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
{% for prop in properties %}
|
||||
{% if site.img_cdn contains '//' %}
|
||||
<!-- `site.img_cdn` cross-origin URL -->
|
||||
<!-- `site.img_cdn` is a cross-origin URL -->
|
||||
{% capture target %}<meta property="{{ prop }}" content="{{ site.url }}{% endcapture %}
|
||||
{% capture replacement %}<meta property="{{ prop }}" content="{{ site.img_cdn }}{% endcapture %}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue