Skip to content

Commit

Permalink
trim url whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Mar 8, 2024
1 parent 231ba55 commit 3c685c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
{{ site.subtitle }}. {{ description }}
{%- endcapture %}
{% endif %}
{% capture url %}
{% capture url -%}
{{ site.url }}{{ site.baseurl }}
{% endcapture %}
{%- endcapture %}

{% assign png = "images/icon.png" | file_exists %}
{% assign jpg = "images/icon.jpg" | file_exists %}
Expand Down

0 comments on commit 3c685c2

Please sign in to comment.