diff --git a/blog.md b/blog.md deleted file mode 100644 index b6efdbe4d..000000000 --- a/blog.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: blog -title: Jekyll Theme - Blog Page - Massively -description: Every great website starts with a great homepage. The homepage tells your viewers what your site is all about and gives your viewers a place to come back to. -sitemap: - priority: 1.0 - lastmod: 2017-11-02 - changefreq: weekly ---- diff --git a/_layouts/blog.html b/blog/index.html similarity index 71% rename from _layouts/blog.html rename to blog/index.html index ded35cc6e..e576b05df 100644 --- a/_layouts/blog.html +++ b/blog/index.html @@ -1,3 +1,12 @@ +--- +layout: null +title: Blog +description: Segui il nostro blog per restare informato sulle attività dello Squadrone, per aggiornarti con le guide pubblicate e per conoscere gli eventi nella Galassia. +sitemap: + priority: 1.0 + lastmod: 2017-11-02 + changefreq: weekly +---
- {% for post in site.posts %} + {% for post in paginator.posts %} {% assign mod3 = forloop.index | modulo: 3 %}
@@ -79,7 +88,32 @@

Sponsored

- {% include foot.html %} + + + {% include foot.html %}