Additional hashtags link to nowhere #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if you post with hashtag1 + hashtag2 and hashtag1 is something that the script is pulling in, then the post on the site has alink to hashtag2 which goes nowhere since we do not collect that hashtag.
https://lumbung.space/tags/majelisakbar2022 (goes nowhere)
heres what we collect:
b1c9c05b6d/lumbunglib/hashtag.py (L12-L20)
additional hashtags link to nowhereto Additional hashtags link to nowhereSo how do we solve this? Should we create additional categories or just not link those hashtags? I'd say latter is better
looks like i accidentaly solved this here: ruangrupa/lumbunglib#19. new tags are created 🤔
We think Hugo actually fixed this as it finally generated the tags internally. We changed the timing between generation in
96abd9d5dc
to give Hugo more time to generate stuff for the new content.