From 16d349e9aa48f61aff49c0ed5e885ee2f01ab322 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sat, 6 Jul 2019 20:59:54 +0800 Subject: [PATCH] =?UTF-8?q?:alien:=20=E8=A7=A3=E5=86=B3=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=20=E7=83=AD=E9=97=A8=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E5=9B=BE=E7=89=87=E4=B8=8D=E7=8E=B0=E5=AE=9E=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog-web/src/main/resources/templates/article.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog-web/src/main/resources/templates/article.ftl b/blog-web/src/main/resources/templates/article.ftl index 3187093..6780504 100644 --- a/blog-web/src/main/resources/templates/article.ftl +++ b/blog-web/src/main/resources/templates/article.ftl @@ -141,9 +141,9 @@
<#if item.coverImage??> - + data-original<#else>src="${item.coverImage}" width="50" height="50" rel="external nofollow"/> <#else> - + data-original<#else>src="${config.staticWebSite}/img/favicon.ico" width="50" height="50" rel="external nofollow"/>
-- GitLab