diff --git a/Cargo.lock b/Cargo.lock index 677e57b..a54d600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "echoip-slatecave" -version = "1.2.1" +version = "1.2.2" dependencies = [ "axum", "axum-client-ip", diff --git a/Cargo.toml b/Cargo.toml index f550c3b..66aec90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echoip-slatecave" -version = "1.2.2" +version = "1.2.3" edition = "2021" authors = ["Slatian "] diff --git a/templates/links.html b/templates/links.html index 59d258e..86a0ac6 100644 --- a/templates/links.html +++ b/templates/links.html @@ -29,11 +29,11 @@ {% macro asn_links(asn, org_name="") %}

Look up AS{{asn}}{% if org_name%} ({{org_name}}){% endif %} …

{% endmacro asn_links %}