first commit
This commit is contained in:
12
themes/dimension/layouts/partials/header.html
Normal file
12
themes/dimension/layouts/partials/header.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ .Params.Title | default "Title" }}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="{{ "assets/css/main.css" | absURL }}"/>
|
||||
<noscript><link rel="stylesheet" href="{{ "assets/css/noscript.css" | absURL }}"/></noscript>
|
||||
<style>
|
||||
:root{--site-background : url("{{ .Params.background | default "images/bg.jpg" | absURL }}")};
|
||||
</style>
|
||||
</head>
|
||||
Reference in New Issue
Block a user