You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
283 B
Plaintext

<div class="section section<%= rand(1..3) %>">
<%= markdown(File.read(file)) %>
<span class="seemore">
<% if defined?(meta) %>
<b>
<span class="seedate"><%= File.read(meta) %></span>
</b>
<% end %>
<a class="seemorelink" href="<%= file %>">Article Page</a>
</span>
</div>