fix EOL Sequence to LF (#257)

This commit is contained in:
Marco Blessing 2017-10-03 22:21:54 +02:00 committed by Dean Attali
parent b1a320fe8c
commit 9cd6f1b716
6 changed files with 13 additions and 13 deletions

View file

@ -1,10 +1,10 @@
{% capture before %}{{ include.link[1] | split: "://" | first }}{% endcapture %}
{% capture after %}{{ include.link[1] | split: "://" | last }}{% endcapture %}
{% capture after %}{{ include.link[1] | split: "://" | last }}{% endcapture %}
{% assign internal = true %}
{% if before != after %}
{% if before == "http" or before == "https" %}
{% assign internal = false %}
{% endif %}
{% endif %}
{% endif %}
{% if internal %}