-
diff --git a/src/main/resources/templates/admin/fragments/footer.html b/src/main/resources/templates/admin/fragments/footer.html
index bd38693..ede0925 100644
--- a/src/main/resources/templates/admin/fragments/footer.html
+++ b/src/main/resources/templates/admin/fragments/footer.html
@@ -2,7 +2,7 @@
diff --git a/src/main/resources/templates/blog/fragments/footer.html b/src/main/resources/templates/blog/fragments/footer.html
index 53c9859..51685db 100644
--- a/src/main/resources/templates/blog/fragments/footer.html
+++ b/src/main/resources/templates/blog/fragments/footer.html
@@ -4,7 +4,7 @@
diff --git a/src/main/resources/templates/blog/layout.html b/src/main/resources/templates/blog/layout.html
index bc6a18a..17df54d 100644
--- a/src/main/resources/templates/blog/layout.html
+++ b/src/main/resources/templates/blog/layout.html
@@ -8,9 +8,9 @@
-
-
-
+
+
+
@@ -80,8 +80,8 @@
window.Promise = null;
}
-
-
+
+
diff --git a/src/test/java/com/wip/MyBlogApplicationTests.java b/src/test/java/com/wip/MyBlogApplicationTests.java
deleted file mode 100644
index 80395cd..0000000
--- a/src/test/java/com/wip/MyBlogApplicationTests.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.wip;
-
-import com.wip.utils.Commons;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.test.context.junit4.SpringRunner;
-
-@RunWith(SpringRunner.class)
-@SpringBootTest
-public class MyBlogApplicationTests {
-
- @Test
- public void contextLoads() {
- }
-
-}