mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
add condition to update title of home
This commit is contained in:
parent
356cceb8ae
commit
aeeceee6c1
@ -1,5 +1,6 @@
|
||||
---
|
||||
id: home
|
||||
title: Home
|
||||
---
|
||||
# Notes that extend your brain
|
||||
Fleeting Notes provides a quick platform to use a unique note organization method that functions in a similar vein to a brain—through the [[notes/connecting ideas is powerful|connection of ideas]]. This organization technique is [[notes/connecting ideas improves learning|proven to promote learning]] and isn’t restricted by any hierarchical structure. As a result, note discovery is as simple as “[[notes/following a train of thought|following a train of thought]]”.
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: page
|
||||
title: Download
|
||||
permalink: /download
|
||||
---
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: page
|
||||
title: Privacy Policy
|
||||
id: privacy-policy
|
||||
permalink: /privacy-policy
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: page
|
||||
title: Terms And Condition
|
||||
id: terms-and-conditions
|
||||
permalink: /terms-and-conditions
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<head>
|
||||
<!-- Meta tags -->
|
||||
<title>{{ if .Title }}{{ .Title }} | {{ $.Site.Data.config.page_title }}{{ else }}{{ $.Site.Data.config.page_title }} | {{ $.Site.Data.config.tagline }}{{ end }}</title>
|
||||
<title>{{ if and (.Title) (not .IsHome) }}{{ .Title }} | {{ $.Site.Data.config.page_title }}{{ else }}{{ $.Site.Data.config.page_title }} | {{ $.Site.Data.config.tagline }}{{ end }}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:title" content="{{ $.Site.Data.config.page_title }}">
|
||||
<meta name="author" content="Matthew Wong">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user