mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Release 1.2.2
This commit is contained in:
parent
c391caff91
commit
79540cc715
2 changed files with 25 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
# v1.2.2
|
||||
## 10/28/2023
|
||||
|
||||
1. [](#new)
|
||||
* Added option to load Google fonts from local folder.
|
||||
* New captions on hover for portfolio images.
|
||||
2. [](#improved)
|
||||
* Updated translations
|
||||
* Updated CSS styles
|
||||
* Redefined macros for navigation and page toc plugin
|
||||
3. [](#bugfix)
|
||||
* Fixed sort filter error when taxonomy is empty
|
||||
|
||||
# v1.2.1
|
||||
## 09/28/2023
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: Future 2021
|
||||
slug: future2021
|
||||
type: theme
|
||||
version: 1.2.1
|
||||
version: 1.2.2
|
||||
description: Grav Future Imperfect by HTML5 UP (Version 2021)
|
||||
icon: microchip
|
||||
author:
|
||||
|
@ -44,6 +44,17 @@ form:
|
|||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
google_fonts_local:
|
||||
type: toggle
|
||||
label: FUTURE.ADMIN.THEME.GOOGLE_FONTS.LOCAL
|
||||
highlight: 0
|
||||
default: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.ENABLED
|
||||
0: PLUGIN_ADMIN.DISABLED
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
header_section:
|
||||
type: fieldset
|
||||
|
|
Loading…
Add table
Reference in a new issue