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

Remove .html extension from list of tags in terminal #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guites
Copy link

@guites guites commented Jan 28, 2022

I realized the list_tags() had a typo, it is using a # instead of %, so it tries to remove the .html from the beginning of the tagname variable.

before

./bb.sh tags
beware-with-underscores-in-markdown.html 1 post
example.html 1 post
keep-this-tag-format.html 1 post
tags-are-optional.html 1 post

after

./bb.sh tags
beware-with-underscores-in-markdown 1 post
example 1 post
keep-this-tag-format 1 post
tags-are-optional 1 post

I think this doesn't conflict with anything else.

Cheers!

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.

None yet

1 participant