_index.md (312B)
Rendered
+++
title = "My Blog"
sort_by = "update_date"
paginate_by = 5
insert_anchor_links = "right"
generate_feeds = true
[extra]
blog_search = true
feed_discovery = true
+++
- View the {{ url(path="archive", text="Archive") }}
- View all {{ url(path="series", text="Series") }} or {{ url(path="tags", text="Tags") }}
Code
| +++
title = "My Blog"
sort_by = "update_date"
paginate_by = 5
insert_anchor_links = "right"
generate_feeds = true
[extra]
blog_search = true
feed_discovery = true
+++
- View the {{ url(path="archive", text="Archive") }}
- View all {{ url(path="series", text="Series") }} or {{ url(path="tags", text="Tags") }}
|