thumbnail of move forward.jpg
thumbnail of move forward.jpg
move forward jpg
(114.91 KB, 1920x1080)
 >>/31254/
Suggesting style improvements perhaps.
a. Right now every post with email is marked as sage (was it always like this?).
b. Sage is not a downboat, there is no need to be aggressively red with exclamation mark.

.linkName:is([href="mailto:sage"],[href="mailto:Sage"],[href="mailto:SAGE"]):after {
  content: "[SAGE]";
  float: right;
  color: green;
  padding: 4px;
}

This rule is not needed then:

.noEmailName::after {
  content: "";
}