Skip to content

Commit

Permalink
Merge pull request #3 from serenevoid/development
Browse files Browse the repository at this point in the history
Development merged
  • Loading branch information
serenevoid authored Oct 6, 2022
2 parents 6d23a75 + 48cb6a9 commit 6a5f050
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##### A minimal 4chan board hoarder

## WIP
This is not fully baked, but still useable. If you experience any issues,
This is not fully baked, but still usable. If you experience any issues,
see some improvement you think would be amazing, or just have some feedback
for boarder, make an issue!

Expand Down
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Store_posts_as_json(entry string, posts []models.Post) error {
}

func Create_html_page(entry string, posts []models.Post) error {
t := template.Must(template.ParseFiles("./storage/template.gohtml"))
t := template.Must(template.ParseFiles("./storage/template.html"))
entry_elements := strings.Split(entry, "_")
board := entry_elements[0]
thread := entry_elements[1]
Expand Down
File renamed without changes.

0 comments on commit 6a5f050

Please sign in to comment.