Skip to content

Commit 4fba1cc

Browse files
committed
Update readme and changelog
1 parent 96a178f commit 4fba1cc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
1. [](#new)
55
* Add support for Grav version `1.7.0`.
66
* Add support for loading jquery debugging. Only enabled when debugging is enabled.
7+
* Add option to show login/logout link in navbar.
8+
* Show tags (below categories) as part of taxonomy. Thanks [@akisys](https://github.com/akisys).
79
1. [](#bugfix)
810
* Attempt to fix navigation on item detail page. Hopefully this time for good.
911

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,16 @@ There are certain sections of the theme you can customize, in order to do so,
118118
* Create `grav-coder.yaml` file under `/yoursite/user/config/themes` (this makes sure any configurations made to theme persist when updating the theme)
119119
* Within `grav-coder.yaml` file following configuration are available,
120120
```
121-
# Title in navigation bar
122121
navbar:
122+
# Title in navigation bar
123123
title: Grav Coder
124+
# Login link in navbar
125+
# Note: Logout link appears automatically if enabled in following format,
126+
# <FULL_NAME>, Logout or <USERNAME>, Logout (if full name isn't available)
127+
auth_link:
128+
enabled: false
129+
login_slug: login
130+
login_label: Login
124131
125132
# Copyright text visible in footer and (start) year
126133
# If 'copyright_start_year' is not defined then it isn't shown

0 commit comments

Comments
 (0)