Update layouts/index.html
All checks were successful
website-main / prod-build (push) Successful in 54s
website-main / test-build (push) Successful in 51s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-07-09 23:20:27 +02:00
parent 60646bf329
commit a158a617ed

@ -137,7 +137,7 @@
</div> </div>
</div> </div>
<h4 class="card-title text-truncate" onclick="$('#{{ md5 .title }}').modal('show');">{{ .title }}</h4> <h4 class="card-title text-truncate" onclick="$('#{{ md5 .title }}').modal('show');">{{ .title }}</h4>
<p class="card-text" onclick="$('#{{ md5 .title }}').modal('show');">{{ .content | plainify | truncate 100 }}</p> <p class="card-text" onclick="$('#{{ md5 .title }}').modal('show');">{{ .content | markdownify | plainify | truncate 100 }}</p>
<button type="button" class="btn btn-primary btn-sm mt-auto align-self-start" onclick="$('#{{ md5 .title }}').modal('show');">Mehr anzeigen</button> <button type="button" class="btn btn-primary btn-sm mt-auto align-self-start" onclick="$('#{{ md5 .title }}').modal('show');">Mehr anzeigen</button>
</div> </div>
</div> </div>