Monorepo for Tangled
0
fork

Configure Feed

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

appview/pages: link to blog in announcement and popover

Signed-off-by: oppiliappan <me@oppi.li>

+2 -2
+1 -1
appview/pages/templates/timeline/fragments/announcements.html
··· 20 20 </p> 21 21 22 22 <div class="mt-3 flex items-center justify-between"> 23 - <a class="mt-3 no-underline inline-flex items-center gap-1 text-sm font-medium text-teal-700 dark:text-teal-300 hover:text-teal-900 dark:hover:text-teal-100 hover:underline" href="/vouching"> 23 + <a class="mt-3 no-underline inline-flex items-center gap-1 text-sm font-medium text-teal-700 dark:text-teal-300 hover:text-teal-900 dark:hover:text-teal-100 hover:underline" href="https://blog.tangled.org/vouching"> 24 24 Read more 25 25 </a> 26 26 {{ if and .LoggedInUser .VouchSuggestions }}
+1 -1
appview/pages/templates/user/fragments/vouchPopover.html
··· 40 40 You can change your descision below. 41 41 {{ else }} 42 42 Vouching builds a web-of-trust across Tangled. Vouch for users you 43 - have had positive interactions with. 43 + have had positive interactions with. <a href="https://blog.tangled.org/vouching" class="inline-flex items-center gap-1">Read more {{ i "arrow-right" "size-3" }}</a> 44 44 {{ end }} 45 45 {{ end }} 46 46 </p>