From 5a67f495b72f1bdbfbe5dbb770b9d25cc2f16055 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Tue, 2 Apr 2019 22:18:50 -0400 Subject: Fixed weird column issue; added TOC. --- _layouts/index.liquid | 96 ++++++++++++++++++++++++++++----------------------- index.md | 7 +--- 2 files changed, 54 insertions(+), 49 deletions(-) diff --git a/_layouts/index.liquid b/_layouts/index.liquid index 76bc2a8..5e65fbf 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -68,54 +68,64 @@
-
+
+
- -
-
-

+ +
+

{{ page.title }} -

-

- This is a paragraph. -

+

-
- - - -
-
- + + + +
+
+ +
-
- + +
diff --git a/index.md b/index.md index 87b8705..ccc521e 100644 --- a/index.md +++ b/index.md @@ -1,9 +1,4 @@ --- layout: index.liquid -title: My Name Is Adam Carpenter +title: My name is Adam Carpenter --- -## And this is my web site. - -{% for post in collections.posts.pages %} -[{{ post.title }}]({{ post.permalink }}) -{% endfor %} -- cgit v1.2.3