<%- link_to(url_for(post.path)+'#more', theme.excerpt_link) %>
@@ -23,6 +23,12 @@diff --git a/themes/typing/languages/default.yml b/themes/typing/languages/default.yml index ecc8ca4..fcb94bd 100644 --- a/themes/typing/languages/default.yml +++ b/themes/typing/languages/default.yml @@ -18,3 +18,4 @@ rss_feed: RSS Feed category: Category tag: Tag date_published: Published Date +date_updated: Last Updated diff --git a/themes/typing/languages/en.yml b/themes/typing/languages/en.yml index ecc8ca4..fcb94bd 100644 --- a/themes/typing/languages/en.yml +++ b/themes/typing/languages/en.yml @@ -18,3 +18,4 @@ rss_feed: RSS Feed category: Category tag: Tag date_published: Published Date +date_updated: Last Updated diff --git a/themes/typing/layout/_partial/article.ejs b/themes/typing/layout/_partial/article.ejs index b4d06cb..8bcc60c 100644 --- a/themes/typing/layout/_partial/article.ejs +++ b/themes/typing/layout/_partial/article.ejs @@ -3,7 +3,7 @@
<%- link_to(url_for(post.path)+'#more', theme.excerpt_link) %>
@@ -23,6 +23,12 @@