npf icon indicating copy to clipboard operation
npf copied to clipboard

Allow Tags to display proper names when somebody accesses /tags/ for e.g.

Open abhi1010 opened this issue 10 years ago • 0 comments

Currently if somebody is using the hyde theme, the default terms.html will display haphazard terms because _$friendly_ picks up wrong index values. We can modify the code to iterate over the tags and find the right one that matches the $name instead.

If somebody add tags taxonomy on their menu then $friendly variable will make the terms appear multiple number of times - even though the href is okay.

After the code fix, the links will appear properly as follows:

_Tags_

Beyond Compare (1 entry) diff (1 entry) discourse (1 entry) errors (1 entry) exceptions (1 entry) executables (2 entries) go (19 entries) godoc (1 entry) golang (24 entries) interfaces (1 entry) juju (1 entry) myths (1 entry) open source (1 entry) package (1 entry) persistence (1 entry) plugins (1 entry) pointers (1 entry) programming (19 entries) testing (4 entries)

abhi1010 avatar Nov 03 '15 16:11 abhi1010