diff --git a/_includes/footer.html b/_includes/footer.html index f37c0bd..d8bc786 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@ · RSS · - Source on Github + Source on Github Built with Jekyll & hosted on Netlify.
diff --git a/_includes/head.html b/_includes/head.html index 9083864..5b9f47f 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,5 +15,5 @@ - + diff --git a/_includes/header.html b/_includes/header.html index 6de2a86..69e9cea 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@
-

+

{{ site.title }}
{{ site.tagline }}

diff --git a/_layouts/default.html b/_layouts/default.html index 54c02be..8603d6e 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,17 +10,6 @@ {{ content }} {% include footer.html %} - - {% if site.analytics_id %} - - {% endif %} diff --git a/_layouts/page.html b/_layouts/page.html index 960f767..9c98ae7 100755 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,7 +2,7 @@ layout: default --- -
-

{{ page.title }}

+
+

{{ page.title }}

{{ content }}
diff --git a/_posts/2019-02-18-hello-world.md b/_posts/2019-02-18-hello-world.md index 82d8b88..02b4857 100644 --- a/_posts/2019-02-18-hello-world.md +++ b/_posts/2019-02-18-hello-world.md @@ -1,6 +1,7 @@ --- layout: post title: Hello World! +description: Post about hello world --- Hello World! diff --git a/_posts/2019-02-27-using-web-icons.md b/_posts/2019-02-27-using-web-icons.md index 3ca3de0..72447d5 100644 --- a/_posts/2019-02-27-using-web-icons.md +++ b/_posts/2019-02-27-using-web-icons.md @@ -1,6 +1,7 @@ --- layout: post title: Using the Web Icons +description: Post about using web icons --- This template uses [Typicons][ty] web font, provided by [Fontello][fo] font bundling service. It allows you to quickly add nice icons into your pages by using css tags. diff --git a/_posts/2019-03-25-code-snippets.md b/_posts/2019-03-25-code-snippets.md index eea39c8..82e154a 100644 --- a/_posts/2019-03-25-code-snippets.md +++ b/_posts/2019-03-25-code-snippets.md @@ -1,6 +1,7 @@ --- layout: post title: Code Snippets +description: Post about code snippets --- Whenever you need to post a code snippet, use the liquid tags `hilight` and `endhilight` like this: diff --git a/_posts/2019-03-29-example-of-all-elements.md b/_posts/2019-03-29-example-of-all-elements.md index d57ba5f..034f14d 100644 --- a/_posts/2019-03-29-example-of-all-elements.md +++ b/_posts/2019-03-29-example-of-all-elements.md @@ -1,6 +1,7 @@ --- layout: post title: Example of all elements +description: Post showcasing all elements --- # h1 Heading diff --git a/about.md b/about.md index 297546c..0e77769 100755 --- a/about.md +++ b/about.md @@ -1,6 +1,7 @@ --- layout: page title: About This Theme +description: About the Lightspeed jekyll theme --- Some fun facts about the theme include: