No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
3 additions and
1 deletions
-
templates/index.html
|
|
@ -99,7 +99,9 @@ |
|
|
|
<!-- WOW --> |
|
|
|
<td class="magicwords"> |
|
|
|
{% for magicword in pad.magicwords | sort %} |
|
|
|
{% if magicword != "__PUBLISH__" %} |
|
|
|
{% if magicword == "__PUBLISH__" %} |
|
|
|
<p class="magicwords-publish">{{magicword}}</p> |
|
|
|
{% else %} |
|
|
|
<a class="magicwords" href="#{{ magicword }}">{{ magicword }}</a> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|