blackpythondevs.github.io icon indicating copy to clipboard operation
blackpythondevs.github.io copied to clipboard

Update unless tag

Open kjaymiller opened this issue 7 months ago • 0 comments

Currently not breaking anything (maybe a11y)

The condition in the 'unless' tag is malformed; it likely should be written as {% unless entry.platform == "rss" %}.

  <a {% unless entry.platform == "rss" %}rel="me" {% endunless %}href="{{ entry.user_url }}" target="_blank" title="{{ entry.title | default: entry.platform }}">

Originally posted by @Copilot in https://github.com/BlackPythonDevs/blackpythondevs.github.io/pull/717#discussion_r2169998093

kjaymiller avatar Jun 26 '25 21:06 kjaymiller