We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead073 commit 268e104Copy full SHA for 268e104
_layouts/default.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
<html>
3
<head>
4
- {% assign version = "1.2.0" %}
+ {% assign version = "1.0.4" %}
5
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
6
{% capture url %}{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %}
7
<meta charset="utf-8">
0 commit comments