diff --git a/README.md b/README.md index 6c425ac..15dd05b 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,9 @@ paginate = 5 centerTheme = false # set a custom favicon (default is a `themeColor` square) # favicon = "favicon.ico" + # set post to show the last updated + # If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated + showLastUpdated = true [languages] [languages.en] diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 08efb30..e012323 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -30,6 +30,11 @@