From d1286fb6ea3fc168be7b9811a2936e286bf06682 Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Fri, 13 May 2022 00:37:04 +0530 Subject: [PATCH] Add support for `nav_order` and Fix hardcoded navbar titles (#664) --- _config.yml | 3 ++- _includes/header.html | 22 ++++++++++++++-------- _includes/metadata.html | 6 ++++-- _pages/dropdown.md | 1 + _pages/projects.md | 1 + _pages/publications.md | 1 + _pages/teaching.md | 1 + 7 files changed, 24 insertions(+), 11 deletions(-) diff --git a/_config.yml b/_config.yml index 8984beca70fa..3a73b98df0dc 100644 --- a/_config.yml +++ b/_config.yml @@ -83,7 +83,8 @@ panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) # Blog # ----------------------------------------------------------------------------- -blog_name: # your blog must have a name for it to show up in the nav bar +blog_name: al-folio # blog_name will be displayed in your blog page +blog_nav_title: blog # your blog must have a title for it to be displayed in the nav bar blog_description: a simple whitespace theme for academics permalink: /blog/:year/:title/ diff --git a/_includes/header.html b/_includes/header.html index 6e067663c79a..e33b64fd54a9 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,7 @@