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

Tag Feature #23

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

Tag Feature #23

wants to merge 1 commit into from

Conversation

PratikshaJain37
Copy link
Contributor

Type of PR

  • Feature/Enhancement

Description

Added tags feature, so that posts can be accessed tag-wise. Each post displays tags at the bottom, and they link to a tag page with tag-wise displaying of posts.
This was made by capturing the list of all tags, and then using a for loop to display the content.

It looks like this:

db1
db2
db3

@aroralakshya
Copy link
Member

Are you sorting the posts based on tags? On the home page.

@PratikshaJain37
Copy link
Contributor Author

@aroralakshya Not on the home page; I've made a separate 'tag' page for the sorted posts.

Copy link
Member

@aashish-ak aashish-ak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make changes in your commit history as this PR is showing all the changes from the previous PRs, it'll be easier to have a look at the files which include the tags feature code then.

.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
.github/CONTRIBUTING.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
_data/authors.yml Outdated Show resolved Hide resolved
_posts/2020-06-10-introduction-to-graphql.md Outdated Show resolved Hide resolved
assets/custom/scss/_sidebar.scss Outdated Show resolved Hide resolved
assets/custom/scss/custom.scss Outdated Show resolved Hide resolved
assets/scripts.js Outdated Show resolved Hide resolved
posts/index.html Outdated Show resolved Hide resolved
Hyperlinked tags are added to enable easier finding of similar posts.
@PratikshaJain37
Copy link
Contributor Author

I think I fixed it, and I made the requested changes :)

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.

3 participants