We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe75ad commit e681080Copy full SHA for e681080
_includes/head.html
@@ -32,7 +32,7 @@
32
33
{% for prop in properties %}
34
{% if site.img_cdn contains '//' %}
35
- <!-- `site.img_cdn` cross-origin URL -->
+ <!-- `site.img_cdn` is a cross-origin URL -->
36
{% capture target %}<meta property="{{ prop }}" content="{{ site.url }}{% endcapture %}
37
{% capture replacement %}<meta property="{{ prop }}" content="{{ site.img_cdn }}{% endcapture %}
38
{% else %}
0 commit comments