Skip to content

Commit

Permalink
2023-10-30 03:22:37
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Oct 30, 2023
1 parent b9d313c commit ba0086d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>

<!--[ generator ]-->
{{ with (.GitInfo) }}
<meta name="generator" content="Library Online {{ (.AbbreviatedHash) }}"/>
{{ end }}
<!--[ / generator ]-->

<!--[ title ]-->
{{ $title := "" }}
{{ if (and (.Title) ((ne (.Title) (site.Title)))) }}{{ $title = (printf "%s /" (.Title)) }}{{ end }}
Expand Down

0 comments on commit ba0086d

Please sign in to comment.