aboutsummaryrefslogtreecommitdiff
path: root/layouts/projects
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/projects')
-rw-r--r--layouts/projects/list.html2
-rw-r--r--layouts/projects/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/projects/list.html b/layouts/projects/list.html
index 8e5ce3a..67c8921 100644
--- a/layouts/projects/list.html
+++ b/layouts/projects/list.html
@@ -1,5 +1,5 @@
{{ partial "head.html" . }}
-<h2>My Projects</h2>
+<h1>My Projects</h1>
<hr>
{{ range .Data.Pages.ByTitle }}
<div class="list p-3 rounded-3">
diff --git a/layouts/projects/single.html b/layouts/projects/single.html
index fc01e34..9998585 100644
--- a/layouts/projects/single.html
+++ b/layouts/projects/single.html
@@ -14,7 +14,7 @@
<span class="normal-span">Built with {{ .Params.languages }}<br></span>
<span class="normal-span">Free and Open Source under the {{ .Params.license }}<br></span>
<hr>
-<div class="project">
+<div class="content">
{{.Content}}
</div>
{{ partial "foot.html" . }}