22 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
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
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
Olivier Lacan
d70cdd08da Fix unbalanced braces 2018-09-04 14:26:33 -04:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Olivier Lacan
7499a6ac07
Merge pull request #220 from stevemoser/patch-1
Add links to GNU guide
2018-04-21 12:24:34 -04:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +02:00
Olivier Lacan
b73c04571c
Merge pull request #224 from pboling/patch-1
Fix typo - Add missing comma
2018-02-13 10:57:14 -05:00
Peter Boling
1fbc66cb96
Fix typo - Add missing comma 2018-01-04 23:32:16 -08:00
Steve Moser
58ff6621bf
Add links to GNU guide 2017-12-13 17:36:36 -05:00
Andrew Petro
3651a6ad84
trivial: "of each version" not "of each versions"
Fix a trivial typo.
2017-11-16 16:59:49 -06:00
Olivier Lacan
c81765b3ea Address issues with Confusing Dates section
This section was by far the weakest since it focused too heavily on
issues with the U.S.-based date formats and not enough on justifying
the recommendation.

Addresses #191 #178
2017-07-18 12:54:17 +02:00
Olivier Lacan
e82086e32d Fix issues link
Fixes #177
2017-06-24 01:45:08 +02:00
Emre Erkan
792791f9e8 Small fix to en and Turkish (tr_TR) translations 2017-06-20 21:08:43 +03:00
Olivier Lacan
a59026e889 Fix typos and remove errors 2017-06-08 16:01:23 +02:00
Olivier Lacan
57a3020b78 Sweating the details with styles 2017-05-24 11:40:09 -04:00
Olivier Lacan
a0a8e31dfc Add GitHub releases section in FAQ 2017-05-24 11:40:09 -04:00
Olivier Lacan
fde9698cb0 Convert 0.4.0 to 1.0.0
It’s time.

Reworked sections and extracted out-of-band information
into a frequently asked questions section as a sort of catch all
to keep everything focused.

Gave up Markdown since it seriously limits our styling possibilities
while Haml doesn’t hurt the legibility or the barrier to entry much.

Only part I don’t love yet are the reference links that are now up
top in the source file.
2017-05-16 10:43:22 -06:00