mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 05:44:22 +01:00
Compare commits
2 commits
a58dcedf47
...
de6fcc7cd9
Author | SHA1 | Date | |
---|---|---|---|
de6fcc7cd9 | |||
22b91cc8f1 |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<article class="col-sm-6 col-lg-4 mb-4 clearfix" data-wow-duration="500ms">
|
||||
<div class="card post-block border-glow-2">
|
||||
<div class="card-img">
|
||||
<img class="img-fluid" src="{{ .Params.Image_webp | absURL }}" alt="{{ .Params.image_alt }}">
|
||||
<img class="img-fluid" src="{{ .Params.image | absURL }}" alt="{{ .Params.image_alt }}">
|
||||
</div>
|
||||
|
||||
{{ partial "get_tags.html" . }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div style="margin: 24px 0;">
|
||||
<h2>Table Of Contents</h2>
|
||||
<h2>Table of Contents</h2>
|
||||
{{ .Page.TableOfContents }}
|
||||
</div>
|
Loading…
Reference in a new issue