1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-02 06:46:50 +02:00
muflax65ngodyewp.onion/layouts/episteme.erb
muflax 1b781a23f6 transition complete
* word count
* categories in nav-bar
* next / prev item
* robots.txt (including sitemap)
* many minor tweaks
2012-04-18 23:06:03 +02:00

15 lines
416 B
Plaintext

<!-- epistemic and technical state -->
<% if @item.epistemic? %>
<div id="episteme">
<p><span class="align_left">
Last modified: <%= @item[:date] %> (<%= techne_title @item[:techne] %>).
</span>
<span class="align_right">
Epistemic state:
<a class='episteme' href='/episteme/'>
<%= episteme_title @item[:episteme] %></a>.
</span>
</p>
</div>
<% end %>