mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-16 20:21:32 +03:00
244ca6fd47
This allows our split repository system to point to the right repository.
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
<footer id="footer">
|
|
<nav>
|
|
<ul>
|
|
<li><%# TODO : add commit/date infos from cli param? %></li>
|
|
<% unless generated? %>
|
|
<li><%= repo_source_link("Page Source") %></li>
|
|
<li><%= repo_edit_link("Edit") %></li>
|
|
<% else %>
|
|
<% end %>
|
|
<li><%= link("sitemap.html", "Site Map") %></li>
|
|
</ul>
|
|
</nav>
|
|
</footer>
|