diff --git a/themes/chameleon/languages/en-GB.yml b/themes/chameleon/languages/en-GB.yml index fcb94bd..d445130 100644 --- a/themes/chameleon/languages/en-GB.yml +++ b/themes/chameleon/languages/en-GB.yml @@ -19,3 +19,4 @@ category: Category tag: Tag date_published: Published Date date_updated: Last Updated +source: Source diff --git a/themes/chameleon/layout/_partial/article.ejs b/themes/chameleon/layout/_partial/article.ejs index a531b2a..f447a0a 100644 --- a/themes/chameleon/layout/_partial/article.ejs +++ b/themes/chameleon/layout/_partial/article.ejs @@ -39,6 +39,10 @@ <%- partial('post/tag') %> <% } %> +
  • + <%= __('source') %>: + <%- link('https://gitlab.com/curben/blog/-/blob/master/source/' + post.source, post.source.replace('_posts/', '')) %> +