otwa-aggie/app/views/layouts/_footer.html.erb

29 lines
1.4 KiB
Text
Raw Normal View History

2026-08-13 04:44:25 +00:00
<!-- BEGIN footer -->
<div id="footer" role="contentinfo" class="region">
<h3 class="landmark heading"><%= t(".landmark") %></h3>
<ul class="navigation actions" role="navigation">
<% if logged_in? || logged_in_as_admin? %>
<% cache(skin_chooser_key, skip_digest: true) do %>
<% unless Skin.in_chooser.empty? %>
<li class="module group">
<h4 class="heading"><%= t(".customize.header") %></h4>
<ul class="menu">
<li><%= link_to t(".customize.default"), unset_skins_path %></li>
<% Skin.in_chooser.order(:title).each do |s| %>
<li><%= link_to s.title, set_skin_path(s) %></li>
<% end %>
</ul>
</li>
<% end %>
<% end %>
<% end %>
<li class="module group">
<h4 class="heading">Link Back</h4>
<ul class="menu">
<img src="https://file.garden/Zw17vw8ctXTQw7PV/button-88x31(24).gif" alt="site button">
</li>
2026-08-18 10:42:24 +00:00
<br><br>agnes@omg.lol</p><br>
<a href="https://treasurechest.alien.town/agnes/otwa-aggie">Source</a><br><p><a href="https://lesbian.alien.dentist/@alien">Fediverse</a> | <a href="https://bsky.app/profile/agnes.love" rel="me atproto">Bluesky </a>| <a href="https://archiveofourown.org/users/toothp4ste">Fanworks </a>| <a href="https://cheesecake.kissing.computer/">Ask Me Anything</a> | <a href="https://ko-fi.com/agnesthealien">Ko-Fi</a></p>
2026-08-13 04:44:25 +00:00
</div>
<!-- END footer -->