25 Commits

Author SHA1 Message Date
Olivier Lacan
bee0534514 Make page title & description dynamic
Previously they had to be duplicated from the page
frontmatter but that's not necessary and also makes
it possible to have correct OpenGraph title and
descriptions.
2024-02-04 21:13:49 -08:00
Olivier Lacan
535bb7d6f3 Fix language declaration for changelog
Barewords don't work in Haml. Gotta quote strings.
2023-03-07 15:56:15 -08:00
Philip Eriksson
2c562d1e5b
HTML changes to languages (#461)
* Move language tag to root

* Add language tag to changelog example
2023-03-07 13:36:59 -08:00
Olivier Lacan
6e74fd7c75 Fix links to create issues
Reproduced from #417 which was done prior to the links
refactor. Thank you @taranovegor!
2023-03-06 17:44:10 -08:00
Olivier Lacan
5f596f251f Convert all links to JSON data
This will remove a lot of redundant variable definitions from
Haml translations and centralize everything so it's much easier to
update links when the invariably change. As they have.
2023-03-05 23:36:54 -08:00
edukisto
1ce7eac91b
Improve the Russian translation (#413) 2021-09-06 08:20:37 -04:00
edukisto
2d00c59f2f
Improve the Russian translation (#408) 2021-08-17 12:37:59 -04:00
edukisto
457f11501c
Add the Russian translation of v1.1.0 (#410) 2021-08-17 12:37:48 -04:00
Olivier Lacan
2eb5b2924f Switch from master branch to main branch
# Tell me everything!

# Co-authored-by: Carolina Powers <carolinapoloni@gmail.com>
# Co-authored-by: Meg Kline-Tuls <meglktuls@gmail.com>
# Co-authored-by: Will Soto <will-soto@pluralsight.com>
# Co-authored-by: Jaron Thatcher <jaron-thatcher@pluralsight.com>
# Co-authored-by: Travis Denny <travis-denny@pluralsight.com>
# Co-authored-by: Spencer Smith <specman016@gmail.com>
2021-04-30 17:12:27 -04:00
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Olivier Lacan
f4c0c0834f Remove all links to Gemnasium
Fixes #267
2018-11-07 12:10:12 -05:00
Victor Osipov
856c8d07e8
Update index.html.haml
Added missing letter `e` in the word `которые`
2018-11-07 19:33:21 +05:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Alexey Pyltsyn
de82795239
Fixed typos in Russian translation 2018-05-11 23:08:18 +03:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
Olivier Lacan
9014071efe Merge pull request #187 from aishek/ru-translation
Fixed typo in ru translation
2017-07-04 13:09:32 +02:00
Alexandr Borisov
1077e2a84d Fixed typo in ru translation 2017-07-04 10:01:53 +03:00
Olivier Lacan
2a0df6b2a9 Fix invalid syntax 2017-06-30 01:53:13 +02:00
Alexandr Borisov
ff42aba1b1 Added correct russian translation. 2017-06-30 00:01:03 +03:00
Alexandr Borisov
1eb09dd801 Added ru translation for version 1.0.0 2017-06-21 11:07:51 +03:00
Olivier Lacan
fcce20efff Stop using weird Haml break for changelog preview
It’s really not worth the double filter call and I’m sure I can find
some way to use Middleman to extract this into a method.
2017-04-05 05:27:12 -04:00
Olivier Lacan
9afff8fc3e Upgrade to Middleman 4.1.10 2016-08-06 01:37:12 -04:00
Olivier Lacan
adfbaf9235 Flip the directory organization to have lang first
Thanks @jswanner you’re so swell and stuff.
2016-08-05 20:00:43 -04:00
Olivier Lacan
e8602923dd Start versioning from 0.3.0
This requires moving every current translation into a 0.3.0/ directory and doing
some default redirection when people hit keepachangelog.com they should
always be redirected to the latest version.

Currently that's hardcoded to 0.3.0 but we're going to surely use something akin
to a version.rb to define that and use it across the codebase.
2016-05-16 15:20:26 +02:00
Nathaniel Bibler
5cbdb0119f Add @aishek's RU translation from #66. 2015-10-24 00:30:38 -04:00