diff --git a/content/_index.md b/content/_index.md index b665a3d..657cb17 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,4 +20,4 @@ I was really inspired by [Bianca](https://garden.bianca.digital/) and [Joel](htt ## Get Started The entire Quartz documentation is fully hosted using Quartz! To get started, let's visit the main directory. -👉 [Directory](moc/directory.md) \ No newline at end of file +👉 [Directory](moc/direc%20tory.md) \ No newline at end of file diff --git a/content/moc/directory.md b/content/moc/direc tory.md similarity index 100% rename from content/moc/directory.md rename to content/moc/direc tory.md diff --git a/layouts/index.html b/layouts/index.html index 73c5979..6f7725b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,19 +1,31 @@ -{{define "head"}} -{{ partial "head.html" . }} -{{end}} - -{{define "main"}} {{$content := replaceRE `a href="\.\.\/(.+%20.+)+"` `$1` .Content}} {{$content = replace $content "%20" "-"}} {{$content = $content | safeHTML}} - -
- {{partial "darkmode.html" .}} - {{$content}} + + +{{ partial "head.html" . }} - -
- {{partial "footer.html" .}} -
+ +{{partial "search.html" .}} +
+ +
+ {{if .Title}}

{{ .Title }}

{{end}} + Search IconIcon to open search +
+ {{partial "darkmode.html" .}} +
+
+ {{if $.Site.Data.config.enableToc}} + + {{end}} + {{- $content -}} +
+ {{partial "footer.html" .}}
-{{end}} + + + \ No newline at end of file