diff options
| author | Yuval Adam <_@yuv.al> | 2022-10-26 00:09:34 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-10-26 00:09:34 +0300 |
| commit | ea6813d54a5381b07eb23220ccfbe6822646aead (patch) | |
| tree | 6e939347a8ecf5d5e14874cee17baf7d51d5d4ff | |
| parent | 5f7b578dd196435af39f39aabc2d93ffc8e6e39a (diff) | |
Small title update
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 6ac7cc6..b079769 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,8 +29,8 @@ <ul> {% for name in names %} - <li><a href="{{ name.url or 'https://' + name.domain }}" class="link blue b">{{ name.name }}</a>{% if - name.title %}<span class="light-silver">, {{ + <li><a href="{{ name.url or 'https://' + name.domain }}" class="link blue b f3">{{ name.name }}</a>{% if + name.title %}<span class="light-silver ml2">{{ name.title }}</span>{% endif %}</li> {% endfor %} </ul> |
