Procházet zdrojové kódy

Make the site more editorial

master
nano před 6 dny
rodič
revize
2f3f535a20
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      app/views/Posts/show.asp

+ 2
- 2
app/views/Posts/show.asp Zobrazit soubor

@@ -29,7 +29,7 @@
postBody = Replace(postBody, vbLf, "<br>") postBody = Replace(postBody, vbLf, "<br>")
%> %>


<div class="prose fs-5 lh-lg"><%= postBody %></div>
<div class="prose fs-5 lh-lg feature-dropcap"><%= postBody %></div>
</div> </div>
</article> </article>


@@ -82,7 +82,7 @@
commentDateText = FormatDateTime(commentItem.CreatedDate, vbLongDate) commentDateText = FormatDateTime(commentItem.CreatedDate, vbLongDate)
End If End If
%> %>
<div class="card shadow-sm mb-3">
<div class="card shadow-sm mb-3 comment-card">
<div class="card-body"> <div class="card-body">
<div class="d-flex justify-content-between mb-2"> <div class="d-flex justify-content-between mb-2">
<strong class="small"><%= H(commentItem.AuthorName) %></strong> <strong class="small"><%= H(commentItem.AuthorName) %></strong>


Načítá se…
Zrušit
Uložit

Powered by TurnKey Linux.