From 592f054b36b1dd1651bc6c21847d9c46f41b95b0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 18 Jun 2015 01:41:41 +0100 Subject: [PATCH] Change .html.twig to .html Change other file extensions for consistency. --- source/_layouts/{default.html.twig => default.html} | 0 source/_layouts/{post.html.twig => post.html} | 0 source/_layouts/{talk.html.twig => talk.html} | 0 source/_partials/{about-author.html.twig => about-author.html} | 0 .../_partials/{footer-scripts.html.twig => footer-scripts.html} | 0 source/_partials/{latest-posts.html.twig => latest-posts.html} | 0 source/_partials/{navbar.html.twig => navbar.html} | 0 source/_partials/{og.html.twig => og.html} | 0 source/_partials/{post-header.html.twig => post-header.html} | 0 source/_partials/{sidebar.html.twig => sidebar.html} | 0 .../{talk-listing-item.html.twig => talk-listing-item.html} | 0 source/_partials/{title.html.twig => title.html} | 0 source/blog/{tags.html.twig => tags.html} | 0 source/blog/tags/{tag.html.twig => tag.html} | 0 source/{talks.html.twig => talks.html} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename source/_layouts/{default.html.twig => default.html} (100%) rename source/_layouts/{post.html.twig => post.html} (100%) rename source/_layouts/{talk.html.twig => talk.html} (100%) rename source/_partials/{about-author.html.twig => about-author.html} (100%) rename source/_partials/{footer-scripts.html.twig => footer-scripts.html} (100%) rename source/_partials/{latest-posts.html.twig => latest-posts.html} (100%) rename source/_partials/{navbar.html.twig => navbar.html} (100%) rename source/_partials/{og.html.twig => og.html} (100%) rename source/_partials/{post-header.html.twig => post-header.html} (100%) rename source/_partials/{sidebar.html.twig => sidebar.html} (100%) rename source/_partials/{talk-listing-item.html.twig => talk-listing-item.html} (100%) rename source/_partials/{title.html.twig => title.html} (100%) rename source/blog/{tags.html.twig => tags.html} (100%) rename source/blog/tags/{tag.html.twig => tag.html} (100%) rename source/{talks.html.twig => talks.html} (100%) diff --git a/source/_layouts/default.html.twig b/source/_layouts/default.html similarity index 100% rename from source/_layouts/default.html.twig rename to source/_layouts/default.html diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html similarity index 100% rename from source/_layouts/post.html.twig rename to source/_layouts/post.html diff --git a/source/_layouts/talk.html.twig b/source/_layouts/talk.html similarity index 100% rename from source/_layouts/talk.html.twig rename to source/_layouts/talk.html diff --git a/source/_partials/about-author.html.twig b/source/_partials/about-author.html similarity index 100% rename from source/_partials/about-author.html.twig rename to source/_partials/about-author.html diff --git a/source/_partials/footer-scripts.html.twig b/source/_partials/footer-scripts.html similarity index 100% rename from source/_partials/footer-scripts.html.twig rename to source/_partials/footer-scripts.html diff --git a/source/_partials/latest-posts.html.twig b/source/_partials/latest-posts.html similarity index 100% rename from source/_partials/latest-posts.html.twig rename to source/_partials/latest-posts.html diff --git a/source/_partials/navbar.html.twig b/source/_partials/navbar.html similarity index 100% rename from source/_partials/navbar.html.twig rename to source/_partials/navbar.html diff --git a/source/_partials/og.html.twig b/source/_partials/og.html similarity index 100% rename from source/_partials/og.html.twig rename to source/_partials/og.html diff --git a/source/_partials/post-header.html.twig b/source/_partials/post-header.html similarity index 100% rename from source/_partials/post-header.html.twig rename to source/_partials/post-header.html diff --git a/source/_partials/sidebar.html.twig b/source/_partials/sidebar.html similarity index 100% rename from source/_partials/sidebar.html.twig rename to source/_partials/sidebar.html diff --git a/source/_partials/talk-listing-item.html.twig b/source/_partials/talk-listing-item.html similarity index 100% rename from source/_partials/talk-listing-item.html.twig rename to source/_partials/talk-listing-item.html diff --git a/source/_partials/title.html.twig b/source/_partials/title.html similarity index 100% rename from source/_partials/title.html.twig rename to source/_partials/title.html diff --git a/source/blog/tags.html.twig b/source/blog/tags.html similarity index 100% rename from source/blog/tags.html.twig rename to source/blog/tags.html diff --git a/source/blog/tags/tag.html.twig b/source/blog/tags/tag.html similarity index 100% rename from source/blog/tags/tag.html.twig rename to source/blog/tags/tag.html diff --git a/source/talks.html.twig b/source/talks.html similarity index 100% rename from source/talks.html.twig rename to source/talks.html