This repository has no description
0

Configure Feed

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

core / appview / pages / templates / timeline / timeline.html
517 B 14 lines
1{{ define "title" }}timeline{{ end }} 2 3{{ define "extrameta" }} 4 <meta property="og:title" content="timeline · tangled" /> 5 <meta property="og:type" content="object" /> 6 <meta property="og:url" content="https://tangled.org" /> 7 <meta property="og:description" content="tightly-knit social coding" /> 8{{ end }} 9 10{{ define "content" }} 11 {{ template "timeline/fragments/goodfirstissues" . }} 12 {{ template "timeline/fragments/trending" . }} 13 {{ template "timeline/fragments/timeline" . }} 14{{ end }}