diff --git a/.vs/CalGrimes-Blog-Postings/v16/.suo b/.vs/CalGrimes-Blog-Postings/v16/.suo index c468929..bd73e8a 100644 Binary files a/.vs/CalGrimes-Blog-Postings/v16/.suo and b/.vs/CalGrimes-Blog-Postings/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 2790f0e..c32770e 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/index.njk b/index.njk index a4c19d6..7205d1e 100644 --- a/index.njk +++ b/index.njk @@ -22,12 +22,15 @@ eleventyNavigation:

I am a student Software Enigneer studying at Liverpool John Moores University.

This blog is a project that I have coded during my JAMstack bootcamp. The content is product of the tasks I have completed throughout the course, Technologies used on this course are: HTML, CSS, JavaScript, CMS, Bootstrap, Eleventy, Nunjucks and Markdown.

+

+ I will also be documenting other work and projects that I am doing on the blog archive page. +

You are welcome to visit my GitHub profile HERE
{% set maxPosts = collections.posts.length | min(3) %}

Latest {% if maxPosts == 1 %}Post{% else %}{{ maxPosts }} Posts{% endif %}

- {% set postslist = collections.posts | head(-3) %} + {% set postslist = collections.posts | head(-6) %} {% set postslistCounter = collections.posts | length %} {% include "postslist.njk" %}

More posts can be found in the archive.