Skip to content

Commit 268e104

Browse files
authored
Fixed footer version
1 parent 4ead073 commit 268e104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4-
{% assign version = "1.2.0" %}
4+
{% assign version = "1.0.4" %}
55
{% capture lchar %}{{page.url | slice: -1, 1}}{% endcapture %}
66
{% capture url %}{% if lchar == "/" %}{{page.url}}index.html{% else %}{{ page.url | default: 'index.html' }}{% endif %}{% endcapture %}
77
<meta charset="utf-8">

0 commit comments

Comments
 (0)