aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xthemes/simple/layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/baseof.html b/themes/simple/layouts/_default/baseof.html
index 0cb6943..79c7684 100755
--- a/themes/simple/layouts/_default/baseof.html
+++ b/themes/simple/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html> 2<html lang="en">
3 3
4{{ partial "head.html" . }} 4{{ partial "head.html" . }}
5 5
@@ -11,4 +11,4 @@
11 {{ partial "footer.html" . }} 11 {{ partial "footer.html" . }}
12</body> 12</body>
13 13
14</html> 14</html> \ No newline at end of file