# v0.5.5 ## 2025-08-18 1. [](#new) * Added simple form page template. # v0.5.4 ## 2024-06-25 1. [](#improved) * Fixed theme coloring issues, made featherlight use theme color schemes. # v0.5.3 ## 2024-06-25 1. [](#improved) * Added missing piece of documentation for lightbox images titles to work. # v0.5.2 ## 2024-06-25 1. [](#new) * Can now add titles to images in gallery and lightbox. # v0.5.1 ## 2024-06-22 1. [](#new) * Added background-image, background-size, stylesheet and pageStylesheet theme variables, improved default styling of backgrounds. 2. [](#improved) * Now displays image.meta.alt_text under each image in galleries. * Support having images as menu titles in navbar. # v0.5.0 ## 2024-04-20 1. [](#improved) * Use tag and author taxonomies instead of tags and authors. * Location taxonomy can now be an array. * Added "credits" section in README and improved it's content a bit. # v0.4.1 ## 2024-04-15 1. [](#improved) * Added "no posts" placeholder for feeds. # v0.4.0 ## 2024-04-13 1. [](#bugfix) * Fixed small styling issues 2. [](#new) * Made it easy to have elements toggleable by setting classes&attributes in content or from theme/header "toggleable" variable (see README for more info on how to use it). * Template name is now also applied as a class to main container, so it can be used for general stylings. * Template name and title (without prefix) are now applied as classes to modular page container element. * Added a default modular template. 3. [](#improved) * Removed `calendar` template and `post_event` partial, the same functionality is now accessible with blog template and `post_cards_full_width` option (also usable in `tag` and `author` templates). # v0.3.3 ## 2024-04-09 1. [](#bugfix) * Corrected dates in changelog file. * More renaming fixes. # v0.3.2 ## 2024-04-08 1. [](#improved) * The setting "hide_header_image" now also affects post pages (not only post cards). # v0.3.1 ## 2024-04-06 1. [](#new) * Made it possible to display tags in post cards. 2. [](#improved) * Made it possible to customize authors and tag paths/slugs. * Improved documentation. * Small fixes in tag page and tags list. Made it possible to add some text to tag page. 3. [](#bugfix) * Fixed elements forgotten in renaming process. # v0.3.0 ## 2024-04-05 1. [](#new) * Renamed theme to grama (previously magrav). # v0.2.0 ## 2024-04-04 1. [](#improved) * Blog, calendar and wiki templates will show list of posts from collection if it's set or will default to children pages. * Author avatars now display card and link only if an author page is available. * Make it possible to disable image galleries in posts globally. * Various minor layout improvements. 2. [](#new) * Simple header is now automatically hidden if empty. * Site author page now also displays all posts without author. * Added possibility to have no side images. * Added possibility to hide author name and thumbnails from post cards and pages. * Added possibility to hide header image in posts pages and cards. # v0.1.4 ## 2024-04-01 1. [](#bugfix) * Fixed misuse of safe_truncate in post and event cards. # v0.1.3 ## 2024-04-01 1. [](#improved) * Make buildDist script log a nice error message if missing lessc dependency # v0.1.2 ## 2024-04-01 1. [](#improved) * Merged whole wiki folder into README file # v0.1.1 ## 2024-03-31 1. [](#new) * Made modular page automatically list children pages * Created blueprint for page template modular * Made modular gallery use default header template for it's header * Added wiki folder explaining how to use and develop grama # v0.1.0 ## 2024-03-25 1. [](#new) * Finished first working version of grama theme * Published theme # v0.0.1 ## 2024-02-27 1. [](#new) * Created grama theme from maghost theme * ChangeLog started...