all repos — h3rald @ cb9ac76cb9caa1dd0ccb10217cf3f99d547888ee

The sources of https://h3rald.com

layouts/article_box.erb

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
-----
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>