Skip to content

Commit

Permalink
Merge pull request #55 from joseph-r-hamilton/master
Browse files Browse the repository at this point in the history
Fixing an include to fix the accidental extra space in the img src tag.
  • Loading branch information
qwtel authored Dec 18, 2017
2 parents b3f3cf4 + ddfd708 commit 476078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/smart-url
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% assign url = include.url %}{% if url contains '//' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{% endif %}
{% assign url = include.url %}{% if url contains '//' %}{{ url }}{% else %}{% assign url = url | remove_first:site.baseurl %}{{ url | relative_url }}{%- endif -%}

0 comments on commit 476078b

Please sign in to comment.