27 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
Alberto Moro
ea378c61aa
Fixed Italian translation version 1.1.0 (#562) 2023-05-30 23:41:08 -08:00
Federico Stra
e0e0465b08
Add Italian translation for version 1.1.0 (#553) 2023-04-26 16:28:32 -04: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
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
Olivier Lacan
a4d63781eb Add missing page version 2022-11-05 03:00:53 -07: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
Lorenzo Arena
302aef37ca
Fix some typos for the Italian translation. (#332) 2020-03-10 11:36:08 -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
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Olivier Lacan
a69229a420
Merge pull request #205 from azkidenz/master
Updated some things in ita translation
2018-04-21 12:25:25 -04:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
Michele Castoldi
b2ed41f28b Updated some things in ita translation 2017-09-25 18:26:47 +02:00
Michele Castoldi
1959b19872 Updated Dates paragraph and one more thing 2017-07-20 09:23:23 +02:00
Michele Castoldi
64ae4bf106 Corrected some translation points 2017-07-01 19:37:47 +02:00
Olivier Lacan
92db66e139 Fix multiple identation errors 2017-06-30 02:03:38 +02:00
Michele Castoldi
aae188a899 Completed a superficial translation 2017-06-28 10:46:22 +02:00
Michele Castoldi
9d28f732c8 Translate 2017-06-26 20:28:17 +02:00
Michele Castoldi
8f686de726 Update translation 2017-06-25 07:31:10 +02:00
Michele Castoldi
e4d0832e6b Create 1.0.0/index.html.haml
The beginning of translation
2017-06-24 23:21:07 +02: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
roalz
8935a1d508 Update index.html.haml
%pre.changelog= File.read("CHANGELOG.md")
instead of
%pre.changelog= File.read(File.expand_path("../../CHANGELOG.md", __FILE__))
2016-08-22 16:34:18 +02:00
roalz
b850716d1c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	CHANGELOG.md
#	source/layouts/layout.html.haml
2016-08-22 16:04:48 +02:00
roalz
118c05b184 Completed translation of index.haml to Italian 2016-05-11 12:09:59 +02:00
roalz
e6937c1bc6 Added it-IT index.haml 2016-05-11 10:21:54 +02:00