Andreas Deininger
a0c6b4c595
Improve links (http -> https) ( #9064 )
...
Merge pull request 9064
2022-06-20 20:35:42 -07:00
Eric Knibbe
8c3276133d
docs: improve highlighting of code blocks ( #8017 )
...
Merge pull request 8017
2020-02-21 06:08:48 -05:00
Jörg Steinsträter
f1777adae9
Check if var exists before include tag ( #7530 )
...
Merge pull request 7530
2019-02-15 09:20:12 -05:00
Frank Taillandier
688d0734b8
Docs: more inclusive writing ( #7283 )
...
Merge pull request 7283
2018-09-29 08:31:28 -04:00
Mike Neumegen
805f438f24
New docs ( #7205 )
...
Merge pull request 7205
2018-09-01 04:39:57 -04:00
Zhang Xiangze
0001895968
Add closing tags for <a> ( #7163 )
...
Merge pull request 7163
2018-07-28 12:22:15 -04:00
Frank Taillandier
85aebe9b90
Docs: updates ( #6407 )
...
Merge pull request 6407
2017-10-03 03:52:13 -04:00
Kevin Plattret
2253b9dd85
Small correction in documentation for includes ( #6193 )
...
Merge pull request 6193
2017-07-01 16:55:35 -04:00
Frank Taillandier
74e6ef83c9
Use defaults in config
...
All docs stored in _docs inherit from docs layout
All news items stored in _posts inherit from news-item layout
2017-01-09 21:10:24 +01:00
Tom Johnson
acff6cd269
Removed erroneous liquid code, added back spacing
...
- removed erroneous liquid code with conditional include parameters
- added back spacing in {{ }} tags
2016-12-29 11:55:22 +01:00
Tom Johnson
56a7038a7e
Updated to remove spacing from include variables
...
It turns out Liquid throws an error when you write `{% if {{ include.url }} %}` instead of `{% if {{include.url}} %}`. I updated the examples here to omit the spacing. To avoid inconsistency, I just omitted the spacing from all curly braces. Also added a note explaining the issue and put the blame on Liquid.
2016-12-29 11:55:22 +01:00
Tom Johnson
8289b61316
made requested updates
...
- made `{{ }}` formatting more readable by adding spacing.
- added formatting to code samples to properly reflect line breaks for readability
2016-12-29 11:55:22 +01:00
Tom Johnson
240ea13576
Added new includes.md topic to docs
...
Added new includes.md topic.
See https://github.com/jekyll/jekyll/pull/5630 for more details on the update.
@jekyll/documentation
@DirtyF
2016-12-29 11:55:22 +01:00