Skip to content

Commit

Permalink
Allow HTML comments to be generated (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
jetzlstorfer committed Feb 28, 2023
1 parent 29cb4a1 commit 0a35781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"context"
"flag"
"fmt"
"html/template"
"io/ioutil"
"net/http"
"os"
"strings"
"text/template"
"time"

"github.com/KyleBanks/goodreads"
Expand Down
2 changes: 2 additions & 0 deletions templates/github-profile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ Say Hello, I don't bite!
- Blog: https://...

Want your own self-generating profile page? Check out [readme-scribe](https://github.com/muesli/readme-scribe)!

<!-- comments will be preserved -->

0 comments on commit 0a35781

Please sign in to comment.