Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2018-01-26 21:37:19 +0300
committerVicky <vicky@vickylai.io>2018-01-26 21:37:19 +0300
commit3a1fbfb306b3d799326d62e939c39004d64ea1cf (patch)
treed501ec9515c5de64559b23f07246ffdf46055d86 /layouts/index.html
parent6cf35c2a3119f5de3ae2b1e2872fe60cc0a82eb7 (diff)
Fixed #22. Moved opening body tags into template files instead of header.
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 7e69b37..073477e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,12 +1,5 @@
-<!--
- Hey! Thanks for looking at my code! You win a cookie. :) The nice kind with chocolate chips, not the sneaky spying kind.
-
- This page was originally created for the Personal Portfolio Webpage challenge on FreeCodeCamp's Front End Development Certification course. It's totally responsive, and the first web page I ever coded from scratch.
-
- Enjoy, and I hope you find what you're looking for! If you have questions or want to get in touch, please do: hello@vickylai.io.
--->
-
{{ partial "header.html" . }}
+<body>
<div class="section" id="top"> <!-- Where all the awesome begins -->