Skip to content

Commit

Permalink
Add layout links for question index.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jan 6, 2025
1 parent 1860655 commit b3fd08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<h1><%= @config[:site_title] %> Answers Archive</h1>
<p>This is the static archive of questions from <%= @config[:site_title] %> Answers</p>
<p>Many questions were migrated to <a href="https://robotics.stackexchange.com">Robotics StackExchange</a> but those that were not, as well as other links and information related to the Q&A sites are archived here.</p>
<p>Many questions were migrated to <a href="https://robotics.stackexchange.com">Robotics StackExchange</a> but those that were not, as well as other links and information related to the Q&A sites are archived <a href="/questions">here</a>.</p>
1 change: 1 addition & 0 deletions layouts/site_header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<header class="site">
<a href="https://robotics.stackexchange.com">Robotics StackExchange</a>
| <a href="/questions">Archived questions</a>
</header>

0 comments on commit b3fd08b

Please sign in to comment.