diff --git a/appview/pages/templates/notifications/list.html b/appview/pages/templates/notifications/list.html
index 2b345550..6aced238 100644
--- a/appview/pages/templates/notifications/list.html
+++ b/appview/pages/templates/notifications/list.html
@@ -23,7 +23,7 @@
- {{ i "cog" "size-4" }}
+ {{ i "cog" "size-5" }}
diff --git a/appview/pages/templates/timeline/fragments/announcements.html b/appview/pages/templates/timeline/fragments/announcements.html
index 23d6cf87..1cea9fbc 100644
--- a/appview/pages/templates/timeline/fragments/announcements.html
+++ b/appview/pages/templates/timeline/fragments/announcements.html
@@ -17,7 +17,7 @@
{{ range .RecentBlogPosts }}
- {{ .Date.Format "January 2, 2006" }}
+ {{ .Date.Format "January 2, 2006" }}
{{ .Title }}
{{ if .Subtitle }}{{ .Subtitle }}{{ end }}
diff --git a/appview/pages/templates/timeline/fragments/recents.html b/appview/pages/templates/timeline/fragments/recents.html
index 8cfcd3c2..cce29542 100644
--- a/appview/pages/templates/timeline/fragments/recents.html
+++ b/appview/pages/templates/timeline/fragments/recents.html
@@ -49,7 +49,7 @@
{{ template "user/fragments/pic" (list .Repo.Did "size-7") }}
{{ $repoOwner }}/{{ .Repo.Name }}
-
{{ template "repo/fragments/shortTime" .Link.Visited }}
+
{{ template "repo/fragments/shortTime" .Link.Visited }}
{{ end }}
@@ -62,8 +62,8 @@
{{ template "recentIconCircle" (dict "color" "text-gray-500 dark:text-gray-400" "icon" "ban") }}
{{ end }}
{{ .Issue.Title }}
-
{{ $repoOwner }}/{{ .Issue.Repo.Name }}
-
{{ template "repo/fragments/shortTime" .Link.Visited }}
+
{{ $repoOwner }}/{{ .Issue.Repo.Name }}
+
{{ template "repo/fragments/shortTime" .Link.Visited }}
{{ end }}
@@ -78,7 +78,7 @@
{{ template "recentIconCircle" (dict "color" "text-gray-600 dark:text-gray-300" "icon" "git-pull-request-closed") }}
{{ end }}
{{ .Pull.Title }}
-
{{ $repoOwner }}/{{ .Pull.Repo.Name }}
-
{{ template "repo/fragments/shortTime" .Link.Visited }}
+
{{ $repoOwner }}/{{ .Pull.Repo.Name }}
+
{{ template "repo/fragments/shortTime" .Link.Visited }}
{{ end }}
diff --git a/appview/pages/templates/timeline/fragments/trending.html b/appview/pages/templates/timeline/fragments/trending.html
index 45089c2e..97b4addc 100644
--- a/appview/pages/templates/timeline/fragments/trending.html
+++ b/appview/pages/templates/timeline/fragments/trending.html
@@ -40,7 +40,7 @@
{{ $repoOwner }}/{{ .Name }}
{{ with .Description }}
-
{{ . | description }}
+
{{ . | description }}
{{ end }}
diff --git a/appview/pages/templates/timeline/fragments/vouchSuggestions.html b/appview/pages/templates/timeline/fragments/vouchSuggestions.html
index 44a3702d..0d3e67aa 100644
--- a/appview/pages/templates/timeline/fragments/vouchSuggestions.html
+++ b/appview/pages/templates/timeline/fragments/vouchSuggestions.html
@@ -16,7 +16,7 @@
{{ template "user/fragments/picLink" (list .Did.String "size-10") }}
{{ template "user/fragments/vouch" (dict "VouchRelationship" .VouchRelationship) }}
diff --git a/appview/pages/templates/user/fragments/repoCard.html b/appview/pages/templates/user/fragments/repoCard.html
index d26e9093..4d65eb7f 100644
--- a/appview/pages/templates/user/fragments/repoCard.html
+++ b/appview/pages/templates/user/fragments/repoCard.html
@@ -18,7 +18,7 @@
{{ with $repo }}
-
+
{{ if .Source }}
{{ i "git-fork" "w-4 h-4 mr-1.5 shrink-0" }}
|