diff options
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 5 |
1 files changed, 4 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 |
