From 8db7daf35681d24b6597cd53f870ac81423b64ee 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 cdf6fe0..34fc72b 100644 --- a/_config.yml +++ b/_config.yml @@ -84,7 +84,8 @@ panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) # Blog # ----------------------------------------------------------------------------- -blog_name: al-folio # 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 6e06766..e33b64f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,7 +4,7 @@