Use version info struct
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@use super::base;
|
||||
@use crate::VersionInfo;
|
||||
|
||||
@(commit: &str, version: &str, domain: &str)
|
||||
@(version_info: VersionInfo, domain: &str)
|
||||
|
||||
@:base("Hits-of-Code Badges", "Hits-of-Code Badges", {
|
||||
|
||||
@@ -60,4 +61,4 @@ my <a href="https://mirror.oldsql.cc/key.asc">GPG key</a>
|
||||
(<a href="http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x1FFE431282F4B8CC0A7579167FB009175885FC76">from a
|
||||
keyserver</a>), or by using any other UID from my key.
|
||||
</p>
|
||||
}, commit, version)
|
||||
}, version_info)
|
||||
|
Reference in New Issue
Block a user