瀏覽代碼

Make the site more editorial

master
nano 6 天之前
父節點
當前提交
2f3f535a20
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      app/views/Posts/show.asp

+ 2
- 2
app/views/Posts/show.asp 查看文件

@@ -29,7 +29,7 @@
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>
</article>

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


Loading…
取消
儲存

Powered by TurnKey Linux.