This repository has no description
0

Configure Feed

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

core / templates / timeline.html
209 B 14 lines
1{{ define "timeline" }} 2<html> 3{{ template "layouts/head" . }} 4 5 <header> 6 <h1>timeline</h1> 7 </header> 8 <body> 9 <main> 10 {{ template "layouts/topbar" . }} 11 </main> 12 </body> 13</html> 14{{ end }}