removed float css, readme mod, aligned users with upstream repo master

This commit is contained in:
Adam Ormsby 2019-12-01 23:28:21 +07:00
parent 3b9ad17e22
commit 211e002ab6
3 changed files with 3 additions and 5 deletions

View File

@ -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.

View File

@ -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)

View File

@ -66,10 +66,6 @@
width: 100%;
}
}
&-moddate{
float: right;
}
}
.post--regulation {