mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-23 21:04:07 -06:00
add condition to update title of home
This commit is contained in:
parent
356cceb8ae
commit
aeeceee6c1
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: home
|
id: home
|
||||||
|
title: Home
|
||||||
---
|
---
|
||||||
# Notes that extend your brain
|
# 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]]”.
|
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
|
title: Download
|
||||||
permalink: /download
|
permalink: /download
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
|
||||||
title: Privacy Policy
|
title: Privacy Policy
|
||||||
id: privacy-policy
|
id: privacy-policy
|
||||||
permalink: /privacy-policy
|
permalink: /privacy-policy
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
|
||||||
title: Terms And Condition
|
title: Terms And Condition
|
||||||
id: terms-and-conditions
|
id: terms-and-conditions
|
||||||
permalink: /terms-and-conditions
|
permalink: /terms-and-conditions
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Meta tags -->
|
<!-- 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 charset="UTF-8">
|
||||||
<meta property="og:title" content="{{ $.Site.Data.config.page_title }}">
|
<meta property="og:title" content="{{ $.Site.Data.config.page_title }}">
|
||||||
<meta name="author" content="Matthew Wong">
|
<meta name="author" content="Matthew Wong">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user