all repos — h3rald @ 591a650ad4f0d16b865f4353cd01542db9ecc451

The sources of https://h3rald.com

layouts/article_box.erb

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
-----
filter: erb
-----
<article id="a_<%= @item[:permalink] %>">
	<header>
		<h1><a href="<%= @item.identifier %>"><%= @item[:title]%></a></h1>
		<% unless @item[:subtitle].blank? then %>
			<h2><%= @item[:subtitle] %></h2>
		<% end %>
	</header>
</article>
<hr />