Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmdim committed May 15, 2024
1 parent 09bab35 commit 72fcbff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'cmd/app/**'
- 'cmd/web/**'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions cmd/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
)

func main() {

handlers.Templates = template.Must(template.ParseGlob("web/*/*.html"))

// prepare db
Expand Down

0 comments on commit 72fcbff

Please sign in to comment.