diff options
| author | Fuwn <[email protected]> | 2024-01-19 04:32:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-19 04:32:23 -0800 |
| commit | bfcc2383bb45115172c2cd11c15d401b6b77d086 (patch) | |
| tree | 838622025963d310d2ee56d099cf78045217453f | |
| parent | feat(themify): use urushi (diff) | |
| download | counter-bfcc2383bb45115172c2cd11c15d401b6b77d086.tar.xz counter-bfcc2383bb45115172c2cd11c15d401b6b77d086.zip | |
feat(index): simplify usage
| -rw-r--r-- | views/index.pug | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/views/index.pug b/views/index.pug index b7bdf17..176b590 100644 --- a/views/index.pug +++ b/views/index.pug @@ -41,10 +41,7 @@ html h2 Usage p(style='margin: 0;') Replace <code>:name</code> with your counter name. - h5 SVG Address - code #{site}/get/@:name - - h5 HTML Element + h5 HTML code <img src="#{site}/get/@:name" alt=":name" /> h5 Markdown |