From 523daec1e1b08a953105847f1b3d472771e2e1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=9E=E9=9B=AA=E6=97=A0=E6=83=85?= Date: Tue, 1 Jan 2019 21:54:46 +0800 Subject: [PATCH] fix summary link error --- layouts/_default/taxonomy.html | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index aa589e8..885091a 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -42,7 +42,7 @@ {{ end }}
- {{ .Summary | markdownify }}…… + {{ .Summary }}……

阅读全文

diff --git a/layouts/index.html b/layouts/index.html index d9964d1..f872f9c 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -28,7 +28,7 @@ {{ end }}
- {{ .Summary | markdownify }}…… + {{ .Summary }}……

阅读全文