-
-
-
- ${article.articleTitle}
-
- <#if article.hasUpdated>
-
- ${updatedLabel}
-
- #if>
- <#if article.articlePutTop>
-
- ${topArticleLabel}
-
- #if>
-
-
-
-
-
-
- ${article.articleAbstract}
-
-
-
-
- <#if article.hasUpdated>
- ${article.articleUpdateDate?string("yy-MM-dd HH:mm")}
- <#else>
- ${article.articleCreateDate?string("yy-MM-dd HH:mm")}
- #if>
-
${article.authorName}
-
-
- ${tag1Label}
- <#list article.articleTags?split(",") as articleTag>
-
- ${articleTag}<#if articleTag_has_next>, #if>
- #list>
-
-
-
+<#list articles as article>
+
+
+${article.articleAbstract}
+
-
-
${author1Label}${authorName}
- <#include "article-list.ftl">
-
+
+<@head title="${blogTitle}">
+
+
+@head>
+
+
+<#include "header.ftl">
+
+
+
+ <#include "article-list.ftl">
- <#include "footer.ftl">
-
+
+
+
+<#include "footer.ftl">
+
diff --git a/bootstyle/css/bootstyle.css b/bootstyle/css/bootstyle.css
index c93785e..32e6801 100644
--- a/bootstyle/css/bootstyle.css
+++ b/bootstyle/css/bootstyle.css
@@ -2,8 +2,16 @@ body.top-navbar {
padding-top: 60px;
}
-#sidebar a:hover{
+a:hover{
text-decoration:none;
+ color: #00B;
+}
+
+.page-header a{
+ color: #000000;
+}
+.page-header a:hover{
+ color: #9A9A9A;
}
.page-header-m{
@@ -16,10 +24,6 @@ body.top-navbar {
color: #585858;
}
-.page-header-bottom a:hover{
- text-decoration: none;
-}
-
.article-tags{
color: #676767;
font-size: 12px;
@@ -29,6 +33,13 @@ body.top-navbar {
text-decoration: none;
}
+#footer{
+ margin-top: 20px;
+}
#footer .container{
padding: 10px 15px 10px;
+}
+
+.pagination-btn{
+ margin-top: 20px;
}
\ No newline at end of file
diff --git a/bootstyle/footer.ftl b/bootstyle/footer.ftl
index de10228..386c1bf 100644
--- a/bootstyle/footer.ftl
+++ b/bootstyle/footer.ftl
@@ -1,4 +1,4 @@
-