1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-07 17:14:00 +02:00

homeInfo: rm ...

This commit is contained in:
Aditya Telange 2020-07-26 12:02:14 +05:30
parent df592b3370
commit 7fb8059cea

@ -4,7 +4,7 @@
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>
</header> </header>
<section class="entry-content"> <section class="entry-content">
<p>{{ .Content | plainify | htmlUnescape }}...</p> <p>{{ .Content | plainify | htmlUnescape }}</p>
</section> </section>
</article> </article>
{{end}} {{end}}