mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-06-29 16:10:43 +00:00
Add some basic layout HTML
This commit is contained in:
parent
c45258acec
commit
16103599b3
2 changed files with 27 additions and 0 deletions
12
layouts/_default/single.html
Normal file
12
layouts/_default/single.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{.Title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{.Title}}</h1>
|
||||
<h4>{{.Date}}</h4>
|
||||
<br>
|
||||
{{.Content}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue