app/views/layouts/application.html.erb
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="flattr:id" content="en32oj"> <meta property="og:image" content="<%= asset_pack_url 'media/images/bsdsec.png' %>" /> <meta name="description" content="Deadsimple BSD Security Advisories and Announcements"> <link href='//fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'> <%= javascript_pack_tag 'application' %> <%= stylesheet_pack_tag 'application' %> <%= auto_discovery_link_tag(:rss, articles_url(:format => :atom)) %> <%= yield(:meta) %></head><body><header> <h1 class="site_title"><%= link_to "BSDSec", root_path, title:"deadsimple BSD Security Advisories and Announcements" %> </h1><div class="social"> <%= link_to "/articles.atom", class: "fa-lg", title: "Subscribe" do %> <i class="fas fa-rss"></i> <% end %> <%= link_to "https://github.com/hovancik/BSDSec",class: "fa-lg",title: "fork me" do %> <i class="fab fa-github"></i> <% end %></div><p class="site_subtitle">deadsimple BSD Security Advisories and Announcements </p></header><main><%= yield %></main><footer><p> <% tags.each_with_index do |tag, i| %> <%= link_to tag.name.upcase, tag_path(tag),title: "articles tagged with " + tag.name %> <% if i < tags.length - 1 %> | <% end %> <% end %></p><p>made with ♥ by <%= link_to "Jan Hovancik", "http://hovancik.net", title:"Website of Jan Hovancik" %> </p> <div class="social"> <%= link_to "/articles.atom", title: "Subscribe" do %> <i class="fas fa-rss"></i> <% end %> <%= link_to "https://github.com/hovancik/BSDSec" ,title: "fork me" do %> <i class="fab fa-github"></i> <% end %></div><div class="sponsor"> <a href="https://github.com/sponsors/hovancik"> <img alt="Become a Sponsor!" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=success"> </a> <a href="https://www.patreon.com/hovancik" rel="nofollow"> <img alt="Become a Patron!" src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=Patreon&color=success"> </a></div></footer></body></html>