Compare commits

..

2 Commits

Author SHA1 Message Date
Drew Galbraith 8b66074b48 Add linkedin to navbar. 2023-12-06 18:24:17 -08:00
Drew Galbraith 1907957ef0 Add a special homepage template. 2023-12-06 18:24:06 -08:00
2 changed files with 7 additions and 0 deletions

View File

@ -7,4 +7,8 @@ title = "Drew's Site"
name = 'Gitea'
url = 'https://gitea.tiramisu.one/drew'
weight = 20
[[menu.main]]
name = 'LinkedIn'
url = 'https://www.linkedin.com/in/drew-galbraith/'
weight = 30

3
layouts/home.html Normal file
View File

@ -0,0 +1,3 @@
{{ define "main" }}
<p>Under construction - my personal site.</p>
{{ end }}