Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: remove posthog web analytics for now

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

authored by

Anirudh Oppiliappan and committed by
Tangled
b9771f4c c1b5c0b3

-1
-1
appview/pages/templates/layouts/base.html
··· 58 58 </script> 59 59 <title>{{ block "title" . }}{{ end }}</title> 60 60 {{ block "extrameta" . }}{{ end }} 61 - {{ template "fragments/posthog" . }} 62 61 </head> 63 62 <body class="min-h-screen flex flex-col gap-4 bg-slate-100 dark:bg-gray-900 dark:text-white transition-colors duration-200 {{ block "bodyClasses" . }} {{ end }}"> 64 63 {{ block "topbarLayout" . }}