diff options
| author | Karan Jayachandra <me@karanj.com> | 2025-09-24 14:36:55 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2025-09-24 14:36:55 +0200 |
| commit | ed5a5cb55ffd0dcae696355b4123947e3630ce1f (patch) | |
| tree | 1e4846fa87e0c0292a8109287f65bfc17c0c0c9c /layouts/_default/home.html | |
| parent | d2872828776c6ad32c8f959fea963b36f2732987 (diff) | |
Added the changes to use my own theme
Diffstat (limited to 'layouts/_default/home.html')
| -rw-r--r-- | layouts/_default/home.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/home.html b/layouts/_default/home.html new file mode 100644 index 0000000..e0e8308 --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,3 @@ +{{ define "main" }} + {{ .Content }} +{{ end }} |
