diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-22 17:38:30 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-10-22 17:38:30 +0200 |
| commit | 3689740b0d8d619d1810cbf65808fc9f7bf01e4a (patch) | |
| tree | 067593add490656a14fa2eeecc6d2a72be3aa78e /_i18n/ca.yml | |
| parent | cd286d9f33104e447029b771a8ef6e31d50d6b3a (diff) | |
| download | jo.mssola.com-3689740b0d8d619d1810cbf65808fc9f7bf01e4a.tar.gz jo.mssola.com-3689740b0d8d619d1810cbf65808fc9f7bf01e4a.zip | |
Add modified_at info at the post layout
At the bottom of every blog post, there will now be a small text containing:
1. The localized date of the last modified time the blog post was
modified (taking Git as a reference).
2. A link to the log at git.mssola.com for the given file.
This way readers have a better understanding of the versioning of a given page.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '_i18n/ca.yml')
| -rw-r--r-- | _i18n/ca.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_i18n/ca.yml b/_i18n/ca.yml index 3bd462d..70bdc36 100644 --- a/_i18n/ca.yml +++ b/_i18n/ca.yml @@ -46,6 +46,8 @@ blog: Aquesta és la pàgina que mostra les entrades en català del meu blog. Totes les opinions exposades aquí són únicament meves a no ser que indiqui el contrari. + modified_at: "Última data de modificació" + you_can_check: "Pots consultar l'historial d'aquesta entrada" notice: >- A no ser que hagi indicat quelcom contrari a la meva entrada, totes les opinions expressades aquí són únicament meves i no representen a ningú |
