diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-04 13:42:58 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-05 12:10:36 +0200 |
commit | b6e94ce2128968d83b0714904b251de434b58ab2 (patch) | |
tree | 83ddea484512f2bbc1dbd26e0bb239592bb405ff /template.html.tmpl | |
parent | d980c8532918a1908b47d2a5571432520e425102 (diff) |
refactor: move shell logic into build.go
Diffstat (limited to 'template.html.tmpl')
-rw-r--r-- | template.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html.tmpl b/template.html.tmpl index d993725..e7e3921 100644 --- a/template.html.tmpl +++ b/template.html.tmpl @@ -23,7 +23,7 @@ With JavaScript you get a search box here. <div style="clear: both"></div> page generated by <a tabindex=1 target=_blank href="https://push-f.com/">push-f</a> - from the <a tabindex=2 target=_blank href="https://github.com/jplatte/caniuse.rs">caniuse.rs dataset</a> + from the <a tabindex=2 target=_blank href="{{.CaniuseRepoURL}}">caniuse.rs dataset</a> {{range .Versions}} <div class=release> |