|
@@ -25,8 +25,9 @@
|
|
|
</head>
|
|
|
<body lang="en-US">
|
|
|
<a href="https://github.com/crafatar/crafatar" target="_blank" class="forkme">Fork me on GitHub</a>
|
|
|
- <a href="https://akliz.net/crafatar" target="_blank" title="Crafatar is sponsored by Akliz" class="sponsor">
|
|
|
- <img src="/images/akliz.png" alt="Akliz"></a>
|
|
|
+ <% if (config.sponsor.top_right) { %>
|
|
|
+ <%- config.sponsor.top_right %>
|
|
|
+ <% } %>
|
|
|
<div class="jumbotron">
|
|
|
<div class="container">
|
|
|
<h1>Crafatar</h1>
|
|
@@ -291,6 +292,9 @@
|
|
|
<a rel="nofollow" href="https://github.com/sk89q/Plumeria" target="_blank" class="list-group-item">Plumeria <i>(Discord)</i></a>
|
|
|
<a href="https://github.com/crafatar/crafatar/wiki/Who-uses-crafatar%3F#other-services-using-crafatar" target="_blank" class="list-group-item">and many more…</a>
|
|
|
</div>
|
|
|
+ <% if (config.sponsor.sidebar) { %>
|
|
|
+ <%- config.sponsor.sidebar %>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
|