Reverse comment order for guestbook
This commit is contained in:
parent
0d4acb2c58
commit
912b43a808
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
||||||
{{ if hugo.IsProduction }}
|
{{ if hugo.IsProduction }}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#isso-root {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
.isso-comment {
|
||||||
|
flex: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
data-isso="//{{ $.Site.Params.isso_url }}/"
|
data-isso="//{{ $.Site.Params.isso_url }}/"
|
||||||
data-isso-title=""
|
data-isso-title=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue