15 lines
640 B
Plaintext
15 lines
640 B
Plaintext
package home
|
|
|
|
import "git.jamestombleson.com/jtom38/newsbot-portal/internal/views/layout"
|
|
import "git.jamestombleson.com/jtom38/newsbot-portal/components/bulma"
|
|
|
|
templ About() {
|
|
@layout.WithTemplate(){
|
|
@bulma.Title("About this project")
|
|
@bulma.Block() {
|
|
Newsbot started a small project to send out notifications to discord servers.
|
|
I wanted to be able to keep the small communitiy aware of new posts about a game we all played.
|
|
That feature still exists because I think that keeping a communitiy aware and engaged is important and not everyone follows the same news.
|
|
}
|
|
}
|
|
} |