From d09ddb4769b503cd59edfc97353af1fd16e4c2ad Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 7 Sep 2022 16:53:12 +0200 Subject: [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 --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3af4a6508..60a50dc05 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,7 @@ example/docker-compose/docker-volume # excludes debug build cmd/gotosocial/__debug_bin -# ignore f0x' nix-shell -shell.nix \ No newline at end of file +# ignore f0x' nix-shell, direnv +shell.nix +.direnv +.envrc \ No newline at end of file -- cgit v1.3