From 37dfe248e3618359fec476b8d76be9463a9bb761 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Wed, 29 Jan 2020 17:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BBfooter.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + src/main/resources/templates/index.html | 27 +---------------------- src/main/resources/templates/layout.html | 28 ++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 609daee..4ddbb45 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ spring-boot-maven-plugin true + true diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 05e5eab..18cfae2 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -527,32 +527,7 @@ - +
diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html index 73695fe..106b524 100644 --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -804,5 +804,33 @@ +
+ +
\ No newline at end of file