diff --git a/index.ftl b/index.ftl index ad21021..9acc7b6 100644 --- a/index.ftl +++ b/index.ftl @@ -24,7 +24,7 @@ <#if r == posts.number+1>
  • ${posts.number+1}
  • <#else> -
  • ${r}
  • +
  • ${r}
  • diff --git a/layout/.DS_Store b/layout/.DS_Store new file mode 100644 index 0000000..272efae Binary files /dev/null and b/layout/.DS_Store differ diff --git a/layout/common/module.ftl b/layout/common/module.ftl index 2cdc821..9865b3d 100644 --- a/layout/common/module.ftl +++ b/layout/common/module.ftl @@ -16,7 +16,7 @@ <#if name == 'slider'> -
    +
    <#list posts.content as post> <#if post.topPriority == 1> @@ -30,7 +30,7 @@
    ${post.createTime?string["EEE MMM d"]}
    ${post.title!}
    -
    ${post.summary!}
    +
    ${post.summary!}
    阅读更多
    diff --git a/layout/common/navbar.ftl b/layout/common/navbar.ftl index 8217924..59494d2 100644 --- a/layout/common/navbar.ftl +++ b/layout/common/navbar.ftl @@ -1,5 +1,5 @@ <#macro navbar layout> -