优化了圆角弧度,增加了藏书shortcodes
This commit is contained in:
6
layouts/shortcodes/book.html
Normal file
6
layouts/shortcodes/book.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="book">
|
||||
<a href="{{ .Get "destUrl" }}" target="_blank">
|
||||
<img loading="lazy" src="{{ .Get "imgUrl" }}"/>
|
||||
<span>{{.Get "name"}} </span>
|
||||
</a>
|
||||
</div>
|
Reference in New Issue
Block a user