Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display taxonomies in sidebar #92

Closed
wants to merge 1 commit into from
Closed

Conversation

chunned
Copy link

@chunned chunned commented Nov 29, 2024

Fixes #79

Displays taxonomies in sidebar like:

            <p>
            categories: 
                <a href="[/categories/homelab](view-source:http://localhost:1313/categories/homelab)">homelab</a>
            </p>
            <p>
            tags: 
                <a href="[/tags/cybersecurity](view-source:http://localhost:1313/tags/cybersecurity)">cybersecurity</a>, 
                <a href="[/tags/hacking](view-source:http://localhost:1313/tags/hacking)">hacking</a>
            </p>

edit: Meant to merge this into my fork, not here, since there is already another PR open.

@chunned chunned closed this Nov 29, 2024
@chunned chunned deleted the show-tags branch November 29, 2024 06:45
@chunned chunned restored the show-tags branch November 29, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tags and other taxonomies are not visible on content pages
1 participant