diff --git a/index.html b/index.html index 72a06ee..7d65f96 100644 --- a/index.html +++ b/index.html @@ -184,8 +184,8 @@ Create new article - + @@ -1626,7 +1626,7 @@ }, articleLink(details, isDefaultArticle) { const { uid, timestamp, title } = details - const link = html.node`${title}` + const link = html.node`${title}` if (isDefaultArticle) { link.classList.add('default-article') link.title = 'Actively written article'