Skip to content

Commit

Permalink
add section to page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Jan 27, 2024
1 parent 8e59d3f commit 6162764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/aurora/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="How to use Aurora to control RGB keyboards, mice and others">
<title>{{ default $.Site.Title .Title }} • Aurora Docs</title>
<title>{{ default $.Site.Title .Title }} •{{ if .Section }}{{ printf " %s •" .Section }}{{ end }} Aurora Docs</title>
{{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $styles.Permalink }}">
<link rel="icon" href="{{ "favicon.ico" | relURL }}">

0 comments on commit 6162764

Please sign in to comment.