Monorepo for Tangled tangled.org

appview: pages: repobase: add link to atom feed

Signed-off-by: dusk <y.bera003.06@protonmail.com>

Changed files
+15 -9
appview
pages
templates
layouts
+15 -9
appview/pages/templates/layouts/repobase.html
··· 20 </div> 21 22 <div class="flex items-center gap-2 z-auto"> 23 {{ template "repo/fragments/repoStar" .RepoInfo }} 24 - <a 25 - class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group" 26 - hx-boost="true" 27 - href="/{{ .RepoInfo.FullName }}/fork" 28 - > 29 - {{ i "git-fork" "w-4 h-4" }} 30 - fork 31 - {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} 32 - </a> 33 </div> 34 </div> 35 {{ template "repo/fragments/repoDescription" . }}
··· 20 </div> 21 22 <div class="flex items-center gap-2 z-auto"> 23 + <a 24 + class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group" 25 + href="/{{ .RepoInfo.FullName }}/feed.atom" 26 + > 27 + {{ i "rss" "size-4" }} 28 + </a> 29 {{ template "repo/fragments/repoStar" .RepoInfo }} 30 + <a 31 + class="btn text-sm no-underline hover:no-underline flex items-center gap-2 group" 32 + hx-boost="true" 33 + href="/{{ .RepoInfo.FullName }}/fork" 34 + > 35 + {{ i "git-fork" "w-4 h-4" }} 36 + fork 37 + {{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }} 38 + </a> 39 </div> 40 </div> 41 {{ template "repo/fragments/repoDescription" . }}