An unfortunate template refactor, due to breaking update in Kirby CMS
- changed
- the way the outlaw cards on the /home page respond to screen resizing.
- changed
- the tag from “Cartoon” to “Editorial” for Sorrow.
- changed
- the way the maps heading is loaded for the Age of Steam listing.
- changed
- the way all section headings are loaded for the /sundry landing page.
- changed
- the kirby version, to the latest release.
- removed
- the
layout
plugin. - changed
- the way I approach
layout
wrappers using snippetslots
. - added
- collections for artist, writer, and lauded items.
- removed
breadcrumb
snippet.- removed
manufacturer
snippet.- removed
masthead
snippet.- removed
pagination
snippets.- removed
site-header
andsite-footer
snippets.- removed
tags
snippet.- added
- new
crumbs
snippets to handle breadcrumbs more universally and without and hard coded values orHTML
. - fixed
- a typo in the
favorite
snippet. - added
- a title to the return links in the
footnotes
snippet. - added
- a new universal
HTML
layout
snippet. - fixed
- a typo in the
modified
snippet. - added
- new
pagination
snippets. - added
- a new
rainbow_bar
snippet. - added
- a new
taxonomy
snippets. - fixed
- indentation, and commented
PHP
in all templates. - fixed
- some over-engineered
PHP
in all templates. - changed
- the way
taxonomy
is handled in all templates. - changed
- the way
pagination
is handled in all templates. - changed
- the way
breadcrumbs
are handled in all templates. - removed
- some unnecessary
PHP
in all templates. - fixed
- a bug that caused a Javascript error when switching the color scheme on certain pages.
- fixed
- a bug that caused written articles to use the wrong template.