summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-05-01 17:55:20 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-05-01 19:00:31 +0200
commit305187837172b8bbc387de74a09728c7265ab6cd (patch)
tree58e4bc537744b3ece90546540fa8e6fe5b37925c /themes/rusticus/layouts/partials
parentdb54470826faf8cf826f2bea804598ea502ab912 (diff)
add single page
Diffstat (limited to 'themes/rusticus/layouts/partials')
-rw-r--r--themes/rusticus/layouts/partials/header/header.html3
-rw-r--r--themes/rusticus/layouts/partials/main.html2
2 files changed, 2 insertions, 3 deletions
diff --git a/themes/rusticus/layouts/partials/header/header.html b/themes/rusticus/layouts/partials/header/header.html
index 3130e01..98a7158 100644
--- a/themes/rusticus/layouts/partials/header/header.html
+++ b/themes/rusticus/layouts/partials/header/header.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <base href="/" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title | lower }} : {{ .Site.Title }}</title>
@@ -36,8 +37,6 @@
</nav>
</header>
-{{ .Content }}
-
<div class="container">
\ No newline at end of file
diff --git a/themes/rusticus/layouts/partials/main.html b/themes/rusticus/layouts/partials/main.html
index b3d7e65..faf8be7 100644
--- a/themes/rusticus/layouts/partials/main.html
+++ b/themes/rusticus/layouts/partials/main.html
@@ -1,5 +1,5 @@
-<main>
+<main class="home-page">
<header>
<div>
<h1><span class="rust-cog"></span><br/>{{ .Site.Params.title }}</h1>