diff --git a/README.md b/README.md index 3dec31a..d766e42 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Adding a cover image to your post is simple and there are two options when you e Add `lastModDisplay = "[your display text]"` to `config.toml` to enable last modified date on your posts. Note - an empty string value `""` does not display anything. -Example: `lastModDisplay = "Modified: "` --> "Modified: Jan 01, 0001" +Example: `lastModDisplay = "Modified:"` --> "Modified: Jan 01, 0001" :octocat: Hugo's `enableGitInfo` option is a nice complement to this feature. diff --git a/USERS.md b/USERS.md index dd81447..4970d86 100644 --- a/USERS.md +++ b/USERS.md @@ -18,3 +18,5 @@ TEMPLATE: - https://verso.re/ - **Joan Calabrés** (Security Engineer) - https://blog.lepape.me/ - **François Le Pape** (Student & developer freelance) - https://blog.jyny.dev/ - **Jyny Chen** (Software Engineer) +- https://felixleger.com/ - **Félix Léger** (Sofware Developer and DevOps) +- https://cobalto.net/ - **Daniel Pessoa** (Sofware Developer and BI Analyst) diff --git a/source/css/post.css b/source/css/post.css index 2a3c65c..de8db46 100644 --- a/source/css/post.css +++ b/source/css/post.css @@ -66,10 +66,6 @@ width: 100%; } } - - &-moddate{ - float: right; - } } .post--regulation {