feature/share-libs
erb 19 lines 846 Bytes
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="<%= @meta_url %>" />
7 <% end %>
8 <main>
9 <h1 class="mb-5">
10 <i class="bi bi-tools"></i> Application Programming Interface V1
11 </h1>
12 <div class="mb-3">
13 <%= link_to("I'm", profile_path('seto')) %> still actively looking for contributors. <%= link_to('Contact me', 'mailto:hej@setoelkahfi.se') %> if you're interested.
14 </div>
15 <%= render 'shared/partial_breadcrumbs' do %>
16 <li class="breadcrumb-item"><%= link_to('API', api_root_path) %></li>
17 <li class="breadcrumb-item"><%= link_to('V1', request.url) %></li>
18 <% end %>
19 </main>