-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from chrishrb/fix/1-template-missing-in-binary
1 Fix template folder missing in binary bug
- Loading branch information
Showing
12 changed files
with
138 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package defaults | ||
|
||
import "embed" | ||
|
||
//go:embed templates | ||
var Templates embed.FS | ||
|
||
//go:embed static | ||
var StaticFiles embed.FS |
23 changes: 14 additions & 9 deletions
23
static/css/github-markdown-dark.css → defaults/static/css/github-markdown-dark.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.