diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 07e0079..584ef89 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -18,12 +18,6 @@ Might want to allow editing /* Change the color of the doc rightside sidebar links */ .td-sidebar-toc a { color: grey !important; } -/* -Hide links to the last change commit. -Ugly workaround that leves to colon ":" -*/ -.td-page-meta__lastmod a { display: none; } - /* Formating of inline blocks */ code { background-color: #f0f0f0; diff --git a/layouts/partials/page-meta-lastmod.html b/layouts/partials/page-meta-lastmod.html new file mode 100644 index 0000000..381c9f1 --- /dev/null +++ b/layouts/partials/page-meta-lastmod.html @@ -0,0 +1,5 @@ +{{ if and .GitInfo .Site.Params.github_repo -}} +
+ {{ T "post_last_mod" }} {{ .Lastmod.Format .Site.Params.time_format_default -}} +
+{{ end -}} \ No newline at end of file