Lalit Narayan Mudgal
Lalit Narayan Mudgal
> In reference to the snippet you noted, this works OK on https://biopython.org/wiki/Category:Wiki_Documentation but https://lalitnm.github.io/biopython.github.io/wiki/Category:Wiki_Documentation are currently broken - they still assume an absolute URL starting /wiki/Category... I got you....
Now, only one place left where `relative_url` is not used, i.e. https://github.com/biopython/biopython.github.io/blob/3e4d073472c89af3477137e92c423f44dd3a6caf/_layouts/post.html#L17 @peterjc as far as I understand, we are not using that layout anywhere in website. Should we also...
> I'm guessing tag_with_ means tag with underscore? Yeah, that is what it means. > If it is not possible in one line, how about using category instead of tag_with_,...
In my opinion something simple like `CONTRIBUTING.rst` should work here. An example is [here](https://github.com/STAC-IITMandi/Blog/blob/main/CONTRIBUTING.rst). Advantages of doing this: - GitHub will sync this file to every issue and pull request...