2019-09-30 15:38:41 +03:00
|
|
|
# The label text of site.
|
|
|
|
# © 2017-2019 Cotes Chung
|
|
|
|
# MIT Licensed
|
|
|
|
|
|
|
|
tabs:
|
2019-11-11 18:02:38 +03:00
|
|
|
- { name: "Home", icon: 'fas fa-home' }
|
|
|
|
- { name: "Categories", path: tabs, url: categories, icon: 'fas fa-stream' }
|
|
|
|
- { name: "Tags", path: tabs, url: tags, icon: 'fas fa-tags' }
|
|
|
|
- { name: "Archives", path: tabs, url: archives, icon: 'fas fa-archive'}
|
|
|
|
- { name: "About", path: tabs, url: about, icon: 'fas fa-info'}
|
2019-09-30 15:38:41 +03:00
|
|
|
|
|
|
|
panel:
|
|
|
|
lastmod: "Recent Update"
|
|
|
|
trending_tags: "Trending Tags"
|
|
|
|
toc: "Contents"
|
|
|
|
|
|
|
|
search_hint: "Search" # text show on search bar
|