aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html5
-rw-r--r--layouts/_default/section.html1
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0cb177d..ef4b55a 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -32,6 +32,9 @@
</nav>
<main> {{- block "main" . }}{{- end }} </main>
<hr style="border-bottom: dotted 1px; border-top: none;">
- <footer>This content is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></footer>
+ <footer>
+ <div>Contact me via <a href="https://www.linkedin.com/in/karanjayachandra">LinkedIn</a> or email me at <code>me{at}karanj{dot}com</code></div>
+ <div>This content is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</div>
+ </footer>
</body>
</html> \ No newline at end of file
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index e8a59fe..758eabb 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -1,5 +1,6 @@
{{ define "main" }}
<h1>{{ strings.Title .Section }}</h1>
+{{ .Content }}
<div style="display: grid;">
{{ $paginator := .Paginate .Site.RegularPages.ByDate }}
{{ range $index, $element := $paginator.Pages }}