Cleanup.
This commit is contained in:
parent
1dce65dfaa
commit
24822ddf4e
1 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,11 @@ A JSP tag is also available for easy incorporation into web applications:
|
|||
|
||||
```jsp
|
||||
<%@taglib uri="https://erik.thauvin.net/taglibs/readingtime" prefix="t"%>
|
||||
<t:readingtime postfix="min read" plural="min read" excludeImages="false" wpm="275">some_text</t:readingtime>
|
||||
<t:readingtime
|
||||
postfix="min read"
|
||||
plural="min read"
|
||||
excludeImages="false"
|
||||
wpm="275">some_text_or_html</t:readingtime>
|
||||
```
|
||||
|
||||
None of the attributes are required.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue