<% if site.site_changed == false || site.changed_count == 0 %>
<% elsif site.followings_dataset.count == 0 %>
Welcome to your Neocities news feed!
You aren’t following any websites yet! Once you do, <% if !@events.empty? %>more<% end %> updates will show up here.
Below are some website suggestions for you. For more, check out all the sites on Neocities!
<% else %>
<%== erb :'site/_profile_comments', locals: {site: site} %>
<% end %>
<% if !@events.empty? %>
<%== erb :'_news', layout: false, locals: {site: current_site, events: @events} %>
<% end %>
<% if site.followings_dataset.count == 0 %>
<% if !@events.empty? %>
Sites to Follow
<% end %>
<% @suggestions.each do |suggested_site| %>
-
<% end %>
View all sites
<% end %>
<%= site.title %>
<% if site.updated_at %>
Last updated
<%= site.updated_at.ago %>
<% else %>
Your new website!
Start Building
<% end %>
<%= site.views.format_large_number %> views
<%= site.follow_count.format_large_number %> follower<%= site.follow_count == 1 ? '' : 's' %>
<%== erb :'_follows', layout: false, locals: {site: site, is_current_site: site == current_site} %>
<%== erb :'_tags', layout: false, locals: {site: site, is_current_site: site == current_site} %>