Skip to content

Commit 9fa01e4

Browse files
wabykingclaude
andcommitted
Fix Projects page title and Blog description
- Capitalize Projects title and update description - Add meaningful blog description Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49a5787 commit 9fa01e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
9595

9696
blog_name: Blog # blog_name will be displayed in your blog page
9797
blog_nav_title: Blog # your blog must have a title for it to be displayed in the nav bar
98-
blog_description: # Posts on research projects @ CUHKSZ FreedomAI Lab
98+
blog_description: Research highlights and updates from FreedomAI Lab.
9999
permalink: /blog/:year/:title/
100100

101101
# Pagination

_pages/_projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: page
3-
title: projects
3+
title: Projects
44
permalink: /projects/
5-
description: A growing collection of your cool projects.
5+
description: Open-source models and tools from FreedomAI Lab.
66
nav: true
7-
nav_order: 2
7+
nav_order: 3
88
display_categories: [work, fun]
99
horizontal: false
1010
---

0 commit comments

Comments
 (0)