- Dec 23, 2020
-
-
John James authored
-
- Dec 21, 2020
-
-
Chris Dawson authored
-
- Jun 27, 2020
-
-
Andrew Banchich authored
-
- May 17, 2020
-
-
Andrew Banchich authored
-
- Mar 04, 2020
-
-
Andrew Banchich authored
fix padding in blockquotes Closes #24 See merge request andrewbanchich/forty-jekyll-theme!7
-
Andrew Banchich authored
-
- Feb 22, 2020
-
-
Andrew Banchich authored
Fixed tile descriptions
-
tfwyouloveher authored
-
- Feb 01, 2020
-
-
Andrew Banchich authored
Add page titles to `<title>` element, fix relative URLs when custom permalinks are used.
-
- Jan 31, 2020
-
-
Meitar M authored
This commit refactors the `tiles.html` include file so that when the `site.tiles-source` is pages, pages with `show_tile: false` set in their Front Matter are not counted as having been shown. Prior to this commit, such pages were iterated over in the `for` loop, consuming a loop iteration from the `site.tiles-count` counter. Put another way, say you have set `tiles-count` to 6, and you have a total of 10 pages. Of these ten pages, six have `show_tile` set to `false`. The natural expectation would be that the home page layout would display four tiles (10 - 6 = 4), but in fact, the exact number of page tiles shown would depend on the specific lexicographical ordering of the `site.html_pages` array, which could result in fewer than four page tiles being shown. This commit fixes the issue by excluding pages with `show_tile` set to `false` first, and only then iterating over the remaining pages.
-
Meitar M authored
-
Meitar M authored
This commit uses the Jekyll `link` tag to correctly construct the URL to images with otherwise relative paths. Without this logic, the images would only load when the landing page's permalink was not altered by the user. For example, if the permalink is changed to `get-started` in the Jekyll Front Matter, the relative URLs would become: get-started/assets/images/pic08.jpg However, since the `get-started` path doesn't really exist, this would fail to load the image. As of Jekyll 4.0, the `link` tag is safe to use without prepending `site.baseurl`, so this code works in all situations.
-
Meitar M authored
-
- Jan 13, 2020
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
Fix bug causing non-HTML pages to be displayed in tiles. Closes #22 See merge request andrewbanchich/forty-jekyll-theme!6
-
Andrew Banchich authored
-
- Sep 15, 2019
-
-
Andrew Banchich authored
-
- Jun 15, 2019
-
-
Andrew Banchich authored
Fixed a typo See merge request andrewbanchich/forty-jekyll-theme!5
-
- Jun 13, 2019
-
-
Louis authored
-
- Sep 09, 2018
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
- Aug 25, 2018
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
- Aug 05, 2018
-
-
Andrew Banchich authored
-
- Jul 02, 2018
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
- Mar 16, 2018
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
- Jul 05, 2017
-
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-
Andrew Banchich authored
-