From 6e45d27f957fe48ff76e9404b8bac4f3eec05b3a Mon Sep 17 00:00:00 2001 From: alleks Date: Sun, 19 Mar 2023 21:23:54 +0300 Subject: [PATCH] add tizer add --- layout/_partial/article.ejs | 4 +++- layout/layout.ejs | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs index a8cdc54..5caa8a6 100644 --- a/layout/_partial/article.ejs +++ b/layout/_partial/article.ejs @@ -39,7 +39,8 @@ <% } %> <% } %> - + +
<% if (((theme.copyright_type === 2) || (theme.copyright_type === 1 && post.copyright)) && !index){ %> @@ -66,4 +67,5 @@ <% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine && theme.valine.enable && !post.no_valine){ %> <%- partial('post/valine', { key: post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %> + diff --git a/layout/layout.ejs b/layout/layout.ejs index 26b5610..b8b7a33 100644 --- a/layout/layout.ejs +++ b/layout/layout.ejs @@ -32,6 +32,7 @@ <%- partial('_partial/after-footer') %> <%- partial('_partial/lock') %> + \ No newline at end of file