fix EOL Sequence to LF (#257)
This commit is contained in:
parent
b1a320fe8c
commit
9cd6f1b716
6 changed files with 13 additions and 13 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue