index-stuff

This commit is contained in:
Alec Muffett 2022-03-07 04:42:49 +00:00
parent 1b4ccada9f
commit 7bdd95ffed
2 changed files with 168 additions and 168 deletions

332
README.md

File diff suppressed because it is too large Load Diff

View File

@ -29,8 +29,8 @@ DEFERRED_CATEGORIES = ( # stuff to push down the page due to size
'SecureDrop',
)
EMOJI_HTTP = ':small_red_triangle: HTTP'
EMOJI_HTTPS = ':closed_lock_with_key: HTTPS'
EMOJI_HTTP = ':small_red_triangle: **HTTP**'
EMOJI_HTTPS = ':closed_lock_with_key: **HTTPS**'
EMOJI_UNSET = ':question:'
EMOJI_2xx = ':white_check_mark:'
EMOJI_3xx = ':eight_spoked_asterisk:'