mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-30 22:57:59 +00:00
Update paragraph node template
This commit is contained in:
parent
b3782881f9
commit
24dc07e399
@ -1,6 +1,4 @@
|
||||
<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>><%
|
||||
if title? %>
|
||||
<div class="title"><%= title %></div><%
|
||||
end %>
|
||||
<%= content %>
|
||||
<p<%= @id && %( id="#{@id}") %> <% if role %>class="<%= role %>"<% end %>>
|
||||
<% if title? %><div class="title"><%= title %></div><% end %>
|
||||
<%= content %>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user