Skip to content

Commit

Permalink
Reorganized outbound links
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Oct 27, 2019
1 parent c247d72 commit 1ffd287
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions theme.html
Expand Up @@ -151,13 +151,14 @@ <h2><a href="{URL}">{Name}</a></h2>

<aside>

{block:HasPages}
<p>Elsewhere</p>
<ul>
{block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
{block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
{block:HasPages}
{block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
{/block:HasPages}
{block:Pages}
<li><a href="{URL}">{Label}</a></li>
{/block:Pages}
</ul>
{/block:HasPages}

<form action="/search" method="get" id="search-form">
<input type="hidden" name="t" value="{Name}" />
Expand All @@ -171,6 +172,12 @@ <h2><a href="{URL}">{Name}</a></h2>
<ul>
<li><a href="http://www.tumblr.com/follow/{Name}">Follow</a></li>
<li><a href="{RSS}">{lang:Subscribe}</a></li>
{block:AskEnabled}
<li><a href="/ask">{AskLabel}</a></li>
{/block:AskEnabled}
{block:SubmissionsEnabled}
<li><a href="/submit">{SubmitLabel}</a></li>
{/block:SubmissionsEnabled}
<li><a href="/random">{lang:Random}</a></li>
<li><a href="/archive">{lang:Archive}</a></li>
<li><a href="/mobile">{lang:Mobile}</a></li>
Expand Down

0 comments on commit 1ffd287

Please sign in to comment.