Home <% NavigationLink.ordered.each do |link| %> <% if !link.display_only_when_signed_in? || (link.display_only_when_signed_in? && user_signed_in?) %> <%= link.name %> <% end %> <% end %> <% unless user_signed_in? %> Sign In/Up <% else %> Write a post <% end %>
<%= render partial: "layouts/social_media" %>

<%= community_name %> – <%= SiteConfig.community_description %>

<%# The following copy is necessary for compatibility with the Forem AGPL licence which requires instances to link back to the source. %>

Built on Forem — the open source software that powers DEV and other inclusive communities.

Made with love and Ruby on Rails. <%= community_name %> © <%= copyright_notice %>.

<%= inline_svg_tag("logo-forem.svg", aria: true, class: "crayons-icon crayons-icon--default", title: "Forem logo") %>
<% if SiteConfig.mascot_footer_image_url.present? %> <%= image_tag(Images::Optimizer.call(SiteConfig.mascot_footer_image_url, width: 100), class: "crayons-footer__mascot", alt: SiteConfig.mascot_image_description, width: SiteConfig.mascot_footer_image_width, height: SiteConfig.mascot_footer_image_height, loading: "lazy") %> <% end %>