mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 17:52:25 -05:00
[feature] opengraph meta tags (#806)
* f0x gitignore additions * better meta title and descriptions * user avatar icon for thread and profile meta tags * use proper tag for image * whitespace * add noescapeAttr template function * use ogMeta struct for opengraph * maxOGDescriptionLength = 300 Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
a872ddebe6
commit
d09ddb4769
7 changed files with 179 additions and 7 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -25,5 +25,7 @@ example/docker-compose/docker-volume
|
|||
# excludes debug build
|
||||
cmd/gotosocial/__debug_bin
|
||||
|
||||
# ignore f0x' nix-shell
|
||||
shell.nix
|
||||
# ignore f0x' nix-shell, direnv
|
||||
shell.nix
|
||||
.direnv
|
||||
.envrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue