mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 01:26:03 +02:00
more fixes for supporter page
This commit is contained in:
parent
ea8a49ddfc
commit
620e53bf63
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
<h3 class="subtitle">
|
<h3 class="subtitle">
|
||||||
<strong>Neocities will never put advertising on your site.</strong> Instead, Neocities is powered by <strong>you</strong>.<br>
|
<strong>Neocities will never put advertising on your site.</strong> Instead, Neocities is powered by <strong>you</strong>.<br>
|
||||||
<% if !parent_site.supporter? %>
|
<% if !parent_site || !parent_site.supporter? %>
|
||||||
Help us bring back creative web sites by becoming a supporter.
|
Help us bring back creative web sites by becoming a supporter.
|
||||||
<% end %>
|
<% end %>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<% if !parent_site.supporter? %>
|
<% if !parent_site || !parent_site.supporter? %>
|
||||||
|
|
||||||
<div class="plan-overview">
|
<div class="plan-overview">
|
||||||
<div class="col free">
|
<div class="col free">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue