diff options
Diffstat (limited to 'web/layouts/baseof.html')
-rw-r--r-- | web/layouts/baseof.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/layouts/baseof.html b/web/layouts/baseof.html deleted file mode 100644 index 96d8e07..0000000 --- a/web/layouts/baseof.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" href="static/simple.css"> - <title>{{ .Site.Title }}</title> - </head> - <body> - {{ block "main" . }}{{end}} - </body> -</html> |