diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | example.jpg | bin | 559728 -> 430232 bytes | |||
| -rw-r--r-- | music.jpg | bin | 0 -> 397165 bytes | |||
| -rw-r--r-- | templates/base/base.gohtml | 6 |
4 files changed, 5 insertions, 7 deletions
@@ -3,11 +3,9 @@ Self-hostable bio page website, like carrd, guns.lol and many more! Lightweight and heavily customizable Go application. - + - - - + ## Config You must have a `public` directory. diff --git a/example.jpg b/example.jpg Binary files differindex b9066e5..cd214d4 100644 --- a/example.jpg +++ b/example.jpg diff --git a/music.jpg b/music.jpg Binary files differnew file mode 100644 index 0000000..0ab62f5 --- /dev/null +++ b/music.jpg diff --git a/templates/base/base.gohtml b/templates/base/base.gohtml index 666e403..34d5451 100644 --- a/templates/base/base.gohtml +++ b/templates/base/base.gohtml @@ -25,9 +25,9 @@ .links { {{ .Data.Color.Button.GetBackground }}{{ .Data.Color.Button.GetTextColor }} } </style> {{ else }} - {{ range .Data.RelMeLinks }} - <link rel="me" href="{{ . }}" /> - {{ end }} + {{ range .Data.RelMeLinks }} + <link rel="me" href="{{ . }}" /> + {{ end }} {{ end }} </head> <body style="{{ .Data.GetBackgroundImage }}{{ .Data.GetTextColor }}"> |
