mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Use baseof for common base HTML
This commit is contained in:
parent
9f753226f6
commit
e6db609303
4 changed files with 19 additions and 16 deletions
10
layouts/_default/baseof.html
Normal file
10
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue