Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
37f3e1ecea
commit
0dd01ca947
11 changed files with 22 additions and 4 deletions
|
|
@ -4,6 +4,9 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||
<link rel="icon" href='{{ "favicon.ico" | relURL }}?v=3' sizes="any">
|
||||
<link rel="icon" type="image/png" href='{{ "images/favicon-192.png" | relURL }}?v=3' sizes="192x192">
|
||||
<link rel="apple-touch-icon" href='{{ "images/favicon-512.png" | relURL }}?v=3'>
|
||||
{{ partial "seo.html" . }}
|
||||
<script>
|
||||
tailwind = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue