mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-21 11:10:53 +00:00
style: add indentation
This commit is contained in:
parent
efe75adf27
commit
e68108014a
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
{% for prop in properties %}
|
{% for prop in properties %}
|
||||||
{% if site.img_cdn contains '//' %}
|
{% 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 target %}<meta property="{{ prop }}" content="{{ site.url }}{% endcapture %}
|
||||||
{% capture replacement %}<meta property="{{ prop }}" content="{{ site.img_cdn }}{% endcapture %}
|
{% capture replacement %}<meta property="{{ prop }}" content="{{ site.img_cdn }}{% endcapture %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user