fix EOL Sequence to LF (#257)
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user