1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

style: add indentation

This commit is contained in:
Cotes Chung
2022-03-18 03:51:22 +08:00
parent efe75adf27
commit e68108014a

View File

@@ -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 %}