Fix whitespace in templates
This commit is contained in:
parent
2b5e869916
commit
3dd6e34914
2 changed files with 1 additions and 3 deletions
|
@ -31,10 +31,8 @@
|
||||||
<meta property="og:description" content="{{.Description}}" />
|
<meta property="og:description" content="{{.Description}}" />
|
||||||
<meta property="og:image" content="https://write.as/img/w-sq-light.png">
|
<meta property="og:image" content="https://write.as/img/w-sq-light.png">
|
||||||
{{if .Author}}<meta property="article:author" content="https://{{.Author}}" />{{end}}
|
{{if .Author}}<meta property="article:author" content="https://{{.Author}}" />{{end}}
|
||||||
|
|
||||||
<!-- Add highlighting logic -->
|
<!-- Add highlighting logic -->
|
||||||
{{template "highlighting" .}}
|
{{template "highlighting" .}}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body id="post">
|
<body id="post">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue