Homebrew/brew.sh

Index layout

sadikkuzu opened this issue · 0 comments

Is it possible to reorder this part as (Donation first, and Footer last)?

brew.sh/_layouts/index.html

Lines 206 to 219 in d2e7e89

<li>
<div class="group row credits">
<p>{{ t.pagecontent.foot.code }} {{ t.pagecontent.foot.page }}<br>{{ t.pagecontent.foot.translation }}</p>
</div>
</li>
<li>
<div class="group row">
<h2 id="homebrew-donate">{{ t.pagecontent.doc.donate }}</h2>
<div class="button">
<p><a href="https://github.com/homebrew/brew#donations">Homebrew/brew#donations</a></p>
</div>
</div>
</li>

image