diff --git a/templates/moments.html b/templates/moments.html index bb53233..03df561 100644 --- a/templates/moments.html +++ b/templates/moments.html @@ -1,9 +1,14 @@ + + + [[${#strings.replace(title, ' - ' + site.title, '')}]] + + @@ -43,4 +48,4 @@ - \ No newline at end of file + diff --git a/templates/photos.html b/templates/photos.html index 3b654e2..99995c0 100644 --- a/templates/photos.html +++ b/templates/photos.html @@ -1,10 +1,10 @@ - 我的相册 + [[${#strings.replace(title, ' - ' + site.title, '')}]] 全部 @@ -49,4 +49,4 @@ }, 500); - \ No newline at end of file +
@@ -43,4 +48,4 @@