9 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
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
Ned Twigg
3dcaac2c67 Fix a typo in the "what about yanked releases" tab. Fixes #327. (#328) 2020-01-11 19:16:08 -05:00
Jerod Santo
9246a1392f Update the URL to the episode of The Changelog 2018-08-03 09:09:48 -05:00
Katrin Leinweber
5a6fa7f102 Secure links 2018-04-21 17:56:44 +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