diff options
Diffstat (limited to 'site/layouts/partials/header.html')
| -rw-r--r-- | site/layouts/partials/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/site/layouts/partials/header.html b/site/layouts/partials/header.html new file mode 100644 index 0000000..c683ad3 --- /dev/null +++ b/site/layouts/partials/header.html @@ -0,0 +1,7 @@ +<!doctype html> +<html> + <head> + <title>Hugo with Gulp and Webpack</title> + <link rel="stylesheet" href="/main.css"/> + </head> + <body> |
