Jacky Zhao
2022-04-04 25b5ac43ddbf9899e9a11b4ad8083a4c66bcf637
fix: favicon not showing on non-root domain #89
1 files deleted
2 files modified
33 ■■■■■ changed files
README.md 2 ●●●●● patch | view | raw | blame | history
content/notes/obsidian.md 29 ●●●●● patch | view | raw | blame | history
layouts/partials/head.html 2 ●●● patch | view | raw | blame | history
README.md
@@ -13,3 +13,5 @@
🔗 Get Started: https://quartz.jzhao.xyz/
![Quartz Example Screenshot](./screenshot.png)*Quartz Example Screenshot*
[Join the Discord Community](https://discord.gg/cRFFHYye7t)
content/notes/obsidian.md
File was deleted
layouts/partials/head.html
@@ -4,7 +4,7 @@
    <meta name="description" content="{{if .IsHome}}{{$.Site.Data.config.description}}{{else}}{{.Summary}}{{end}}">
    <title>{{ if .Title }}{{ .Title }}{{ else }}{{ $.Site.Data.config.page_title }}{{ end }}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="shortcut icon" type="image/png" href="/icon.png" />
  <link rel="shortcut icon" type="image/png" href="{{$.Site.BaseURL}}/icon.png" />
    <!-- CSS Stylesheets and Fonts -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Source+Sans+Pro:wght@400;600;700&family=Fira+Code:wght@400;700&display=swap" rel="stylesheet">