Skip to content

Commit

Permalink
changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
serenevoid committed Oct 5, 2022
1 parent ec4546a commit 4680169
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 4680169

Please sign in to comment.