tbreuss / mithril-by-examples

Learn Mithril.js by seeing, reviewing, and running up-to-date code examples
https://mithril-by-examples.js.org
MIT License
10 stars 8 forks source link

Link author with contributor page #38

Closed tbreuss closed 2 years ago

tbreuss commented 2 years ago

Link author displayed on the example page to the contributors page.

For example here:

So, the name of the author "osban" should be linked to "/contributors/osban/".

namangirdhar16 commented 2 years ago

hi @tbreuss i would like to work on this issue.

tbreuss commented 2 years ago

Great, I'll assign you the issue.

The edit should be made here, I think: https://github.com/tbreuss/mithril-by-examples/blob/main/_includes/layouts/example.html#L9-L13

If you have any question, let me know.

namangirdhar16 commented 2 years ago

@tbreuss is this hacktoberfest-accepted ? If yes, do assign the label to this issue.

tbreuss commented 2 years ago

@tbreuss is this hacktoberfest-accepted ? If yes, do assign the label to this issue.

Yo, it is :)

namangirdhar16 commented 2 years ago

@tbress thanks, i would like to ask just for the sake of confirmation, what needs to be done here is when a user clicks on the author name is should take them to "/contributors/{{author_name}}/" page, is that right?

tbreuss commented 2 years ago

This is right, but you should use the url filter as stated in my review.

namangirdhar16 commented 2 years ago

@tbreuss ok.