From c161efdbe8deaaac3c8cd338dad1fd3f6c87724a Mon Sep 17 00:00:00 2001 From: a73x Date: Tue, 27 Aug 2024 20:42:31 +0100 Subject: feat(templates): dynamic collection nav --- Makefile | 4 ---- templates/layouts/_default.html | 6 +++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 2f0bbbf..641e853 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,6 @@ VERSION=0.0.1 DOCKER_IMAGE=a73xsh/home:${VERSION} -.PHONY: fly -fly: - cd proxy && fly deploy - .PHONY: serve serve: go run ./cmd/home diff --git a/templates/layouts/_default.html b/templates/layouts/_default.html index 7679382..27cd916 100644 --- a/templates/layouts/_default.html +++ b/templates/layouts/_default.html @@ -61,7 +61,11 @@ {{ template "content" . }} -- cgit v1.2.3