add condition to update title of home

This commit is contained in:
Matthew Wong 2022-04-12 14:27:39 -04:00
parent 356cceb8ae
commit aeeceee6c1
5 changed files with 2 additions and 4 deletions

View File

@ -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 isnt 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]]”.

View File

@ -1,5 +1,4 @@
---
layout: page
title: Download
permalink: /download
---

View File

@ -1,5 +1,4 @@
---
layout: page
title: Privacy Policy
id: privacy-policy
permalink: /privacy-policy

View File

@ -1,5 +1,4 @@
---
layout: page
title: Terms And Condition
id: terms-and-conditions
permalink: /terms-and-conditions

View File

@ -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">