Skip to content

Commit 7cce608

Browse files
authored
Updated with proper (modern) version of template
1 parent 06ba27c commit 7cce608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/_templates/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html>
33
<head>
4+
<meta charset="UTF-8">
45
<base href="&baseurl&"/>
56
<title>&title& - E-Maxx Algorithms</title>
67
<script src="./js/jq.js"></script>
@@ -32,7 +33,7 @@
3233
</div>
3334
&text&
3435
<div id="footer">
35-
(c) 2014 translation by <a href="http://github.com/e-maxx-eng">http://github.com/e-maxx-eng</a>
36+
(c) 2014-&year& translation by <a href="http://github.com/e-maxx-eng">http://github.com/e-maxx-eng</a>
3637
</div>
3738
</div>
3839

0 commit comments

Comments
 (0)