From 7dcd9aea80061bdcdbafb172e478213a962c2f6c Mon Sep 17 00:00:00 2001 From: Doge Date: Thu, 13 May 2021 10:35:35 +0800 Subject: Add extension tags with rendering meta --- layout/post.ejs | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'layout') diff --git a/layout/post.ejs b/layout/post.ejs index ffa49e6..1e75de4 100644 --- a/layout/post.ejs +++ b/layout/post.ejs @@ -39,48 +39,7 @@ <% } %>
- <%- page.content %> - - - - <% if (page.podcast && page.podcast.authors) { %> -

<%= __('authors') %>:

- - <% } %> - - - <% if (page.podcast && page.podcast.chapters) { %> -

<%= __('timeline') %>:

- - <% } %> - - - <% if (page.podcast && page.podcast.references) { %> -

<%= __('references') %>:

- - <% } %> -
-- cgit v1.2.3