forked from github/pelican
feat: add blog post word count
This commit is contained in:
parent
df34aec7f2
commit
c0618e0a9c
11 changed files with 103 additions and 50 deletions
|
|
@ -52,6 +52,14 @@
|
|||
ul {
|
||||
@apply pl-4 list-disc;
|
||||
}
|
||||
|
||||
/* pelican tag_cloud */
|
||||
ul.tagcloud {
|
||||
@apply list-none p-0;
|
||||
}
|
||||
ul.tagcloud li {
|
||||
@apply inline-block p-1;
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue