feature/share-libs
erb 40 lines 1.34 KB
Raw
1 <% content_for :meta_head do %>
2 <title><%= @meta_title %></title>
3 <meta name="description" content="<%= @meta_description %>">
4 <meta property="og:title" content="<%= @meta_title %>" />
5 <meta property="og:description" content="<%= @meta_description %>" />
6 <meta property="og:url" content="<%= request.base_url %>/kontak" />
7 <% end %>
8 <% content_for :breadcrumb do %>
9 <script type="application/ld+json">
10 {
11 "@context": "http://schema.org",
12 "@type": "BreadcrumbList",
13 "itemListElement": [{
14 "@type": "ListItem",
15 "position": 1,
16 "item": {
17 "@id": "<%= request.base_url %>",
18 "name": "Musik 88"
19 }
20 },{
21 "@type": "ListItem",
22 "position": 2,
23 "item": {
24 "@id": "<%= request.base_url %>/kontak",
25 "name": "Kontak"
26 }
27 }]
28 }
29 </script>
30 <% end %>
31 <h1><%= @page_title %></h1>
32 <div>
33 <p class="lead">Send us feedback from these social channels below</br></br>
34 <a href="https://youtube.com/c/tutorialgitar88" target="__blank">YouTube</br>
35 <a href="https://fb.com/tutorialgitar88" target="__blank">Facebook</a></br>
36 <a href="https://instagram.com/tutorialgitar88" target="__blank">Instagram</p>
37 </div>
38 <%= render "shared/partial_breadcrumbs" do %>
39 <li class="breadcrumb-item"><%= link_to t("nav_footer_contact"), contact_path %></li>
40 <% end %>