Monorepo for Tangled tangled.org
753
fork

Configure Feed

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

appview,blog: add "good first issues" link to footer #24

open opened by bhmt.dev targeting master from bhmt.dev/tangled.org__core: good-first-issues-footer

(This is the sitewide link, not the one specific to the Tangled repo referenced in the previous PR)

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:6wgqufzto25uhayoex2bbkqh/sh.tangled.repo.pull/3mkkxbzln7t22
+3
Diff #0
+1
appview/pages/templates/layouts/fragments/footer.html
··· 28 28 <a href="https://blog.tangled.org" class="{{ $linkStyle }}" target="_blank" rel="noopener noreferrer">{{ i "book-open" $iconStyle }} blog</a> 29 29 <a href="https://docs.tangled.org" class="{{ $linkStyle }}">{{ i "book" $iconStyle }} docs</a> 30 30 <a href="https://tangled.org/@tangled.org/core" class="{{ $linkStyle }}">{{ i "code" $iconStyle }} source</a> 31 + <a href="https://tangled.org/goodfirstissues" class="{{ $linkStyle }}">{{ i "terminal" $iconStyle }} contribute</a> 31 32 <a href="https://tangled.org/brand" class="{{ $linkStyle }}">{{ i "paintbrush" $iconStyle }} brand</a> 32 33 </div> 33 34
+1
appview/pages/templates/layouts/fragments/footerMinimal.html
··· 10 10 <a href="https://blog.tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">blog</a> 11 11 <a href="https://docs.tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">docs</a> 12 12 <a href="https://tangled.org/tangled.org/core" hx-boost="true" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">source</a> 13 + <a href="https://tangled.org/goodfirstissues" hx-boost="true" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">contribute</a> 13 14 <a href="https://tangled.org/brand" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">brand</a> 14 15 <a href="https://chat.tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline" target="_blank" rel="noopener noreferrer">discord</a> 15 16 <a href="https://bsky.app/profile/tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline" target="_blank" rel="noopener noreferrer">bluesky</a>
+1
blog/templates/fragments/footer.html
··· 9 9 </div> 10 10 <a href="https://docs.tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">docs</a> 11 11 <a href="https://tangled.org/tangled.org/core" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">source</a> 12 + <a href="https://tangled.org/goodfirstissues" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline">contribute</a> 12 13 <a href="https://chat.tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline" target="_blank" rel="noopener noreferrer">discord</a> 13 14 <a href="https://bsky.app/profile/tangled.org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline" target="_blank" rel="noopener noreferrer">bluesky</a> 14 15 <a href="https://x.com/tangled_org" class="hover:text-gray-900 dark:hover:text-gray-200 hover:underline" target="_blank" rel="noopener noreferrer">twitter (x)</a>

History

1 round 0 comments
sign up or login to add to the discussion
bhmt.dev submitted #0
1 commit
expand
appview,blog: add good first issues links to footer
no conflicts, ready to merge
expand 0 comments