Skip to content

Commit bb678b7

Browse files
authored
Add footer links (#144)
1 parent 74b9586 commit bb678b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,14 @@ aux_links_new_tab: true
2020

2121
plugins:
2222
- jekyll-sitemap
23+
24+
# Footer last edited timestamp
25+
last_edit_timestamp: true
26+
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
27+
28+
# Footer "Edit this page on GitHub" link text
29+
gh_edit_link: true
30+
gh_edit_link_text: "Edit this page on GitHub."
31+
gh_edit_repository: "https://github.com/FalkorDB/docs/"
32+
gh_edit_branch: "main"
33+
gh_edit_view_mode: "edit"

0 commit comments

Comments
 (0)