diff options
| author | Fuwn <[email protected]> | 2024-01-19 04:32:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-19 04:32:55 -0800 |
| commit | 8bd7f1d607b6e9bce73261f484bda9a765e90354 (patch) | |
| tree | 585d8a1029b177f332215f5ce97124d0c42e2384 | |
| parent | feat(index): simplify usage (diff) | |
| download | counter-8bd7f1d607b6e9bce73261f484bda9a765e90354.tar.xz counter-8bd7f1d607b6e9bce73261f484bda9a765e90354.zip | |
fix(index): target _blank anchors
| -rw-r--r-- | views/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.pug b/views/index.pug index 176b590..6dd1ce3 100644 --- a/views/index.pug +++ b/views/index.pug @@ -51,6 +51,6 @@ html br h2 Example - p(style='margin: 0;') <a href="#{site}/get/@index?theme=urushi"><code>#{site}/get/@index?theme=urushi</code></a> + p(style='margin: 0;') <a href="#{site}/get/@index?theme=urushi" target="_blank"><code>#{site}/get/@index?theme=urushi</code></a> p <img src="#{site}/get/@index?theme=urushi" alt="Urushi Counter" /> |