hide br for title

This commit is contained in:
chiu 2020-11-19 14:46:52 +08:00
parent 16e2c83cec
commit 7c73b4bc24
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
<i class="fa fa-eye"><%= data["view-count-head"] %>:</i>
<span class="view-count"><%= data["view_count"] %></span>
</div>
<style>
h3.page-module-title br {
display: none;
}
</style>
<h3 class="page-module-title"><%= data["title"].html_safe %></h3>
<%= data["html"].html_safe unless data["html"].nil? %>