diff --git a/public/css/style.css b/public/css/style.css index 59bdbc6..1678348 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -78,6 +78,12 @@ body { justify-content: flex-start; } +abbr { + cursor: help; + border-bottom: 1px dotted #000; + text-decoration: none; +} + .container { width: 100%; padding: 0 20px; diff --git a/templates/add.twig b/templates/add.twig index e274a3a..829a565 100644 --- a/templates/add.twig +++ b/templates/add.twig @@ -26,7 +26,7 @@ Addresshelper: - Go to site + Go to site
diff --git a/templates/alive.twig b/templates/alive.twig index cac3ba8..393a327 100644 --- a/templates/alive.twig +++ b/templates/alive.twig @@ -12,8 +12,8 @@ Domain - AH - B32 + AH + B32 Full Base32 Last seen @@ -21,9 +21,9 @@ {% for host in hosts %} - {{ host.host }} - A - B + {{ host.host }} + A + B {{ host.base32 }}.b32.i2p {{ host.last_seen }} diff --git a/templates/all.twig b/templates/all.twig index 86af9e3..1b3fabe 100644 --- a/templates/all.twig +++ b/templates/all.twig @@ -13,8 +13,8 @@ Domain - AH - B32 + AH + B32 Full Base32 Last seen @@ -22,9 +22,9 @@ {% for host in hosts %} - {{ host.host }} - A - B + {{ host.host }} + A + B {{ host.base32 }}.b32.i2p {{ host.last_seen != '0000-00-00 00:00:00' ? host.last_seen : 'Never' }} diff --git a/templates/jump.twig b/templates/jump.twig index 60e4b60..c724ee2 100644 --- a/templates/jump.twig +++ b/templates/jump.twig @@ -17,7 +17,7 @@ Addresshelper: - Go to site + Go to site
diff --git a/templates/latest.twig b/templates/latest.twig index 6975a46..3519335 100644 --- a/templates/latest.twig +++ b/templates/latest.twig @@ -13,8 +13,8 @@ Domain - AH - B32 + AH + B32 Full Base32 Added @@ -22,9 +22,9 @@ {% for host in hosts %} - {{ host.host }} - A - B + {{ host.host }} + A + B {{ host.base32 }}.b32.i2p {{ host.add_date }} diff --git a/templates/search.twig b/templates/search.twig index 16dc575..2aef5d9 100644 --- a/templates/search.twig +++ b/templates/search.twig @@ -21,8 +21,8 @@ Domain - AH - B32 + AH + B32 Full Base32 Last seen @@ -30,9 +30,9 @@ {% for host in result %} - {{ host.host }} - A - B + {{ host.host }} + A + B {{ host.base32 }}.b32.i2p {{ host.last_seen != '0000-00-00 00:00:00' ? host.last_seen : 'Never' }}