Compare commits
2 Commits
8cff6ab72b
...
8b66074b48
Author | SHA1 | Date |
---|---|---|
Drew Galbraith | 8b66074b48 | |
Drew Galbraith | 1907957ef0 |
|
@ -7,4 +7,8 @@ title = "Drew's Site"
|
||||||
name = 'Gitea'
|
name = 'Gitea'
|
||||||
url = 'https://gitea.tiramisu.one/drew'
|
url = 'https://gitea.tiramisu.one/drew'
|
||||||
weight = 20
|
weight = 20
|
||||||
|
[[menu.main]]
|
||||||
|
name = 'LinkedIn'
|
||||||
|
url = 'https://www.linkedin.com/in/drew-galbraith/'
|
||||||
|
weight = 30
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
<p>Under construction - my personal site.</p>
|
||||||
|
{{ end }}
|
Loading…
Reference in New Issue