reading/layouts/_default/baseof.html

14 lines
300 B
HTML
Raw Permalink Normal View History

2020-11-04 01:16:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>reading list</title>
<link rel="stylesheet" href="{{ .Site.BaseURL }}/main.css" />
</head>
<body>
<h1><a href="{{ .Site.BaseURL }}">reading list</a></h1>
{{ block "content" . }}{{ end }}
</body>
</html>