This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Redirect on templates and themes sections
index-subcmd
Vincent Prouillet
7 years ago
parent
d2b8ae78db
commit
f2a5c959c1
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docs/content/documentation/templates/_index.md
+1
-0
docs/content/documentation/themes/_index.md
+ 1
- 0
docs/content/documentation/templates/_index.md
View File
@@ -3,4 +3,5 @@ title = "Templates"
weight = 3
weight = 3
sort_by = "weight"
sort_by = "weight"
insert_anchor_links = "left"
insert_anchor_links = "left"
redirect_to = "documentation/templates/overview"
+++
+++
+ 1
- 0
docs/content/documentation/themes/_index.md
View File
@@ -3,4 +3,5 @@ title = "Themes"
weight = 4
weight = 4
sort_by = "weight"
sort_by = "weight"
insert_anchor_links = "left"
insert_anchor_links = "left"
redirect_to = "documentation/themes/overview"
+++
+++
Write
Preview
Loading…
Cancel
Save