Skip to content

Commit

Permalink
#1578 returned layout
Browse files Browse the repository at this point in the history
  • Loading branch information
acstump committed Dec 16, 2022
1 parent bb8110c commit 0049660
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ under the License.
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<% if current_page.data.key?('meta') %>
<% current_page.data.meta.each do |meta| %>
<meta
<% meta.each do |key, value| %>
<%= "#{key}=\"#{value}\"" %>
<% end %>
>
<% end %>
<% end %>
<title><%= current_page.data.title || "API Documentation" %></title>

<style media="screen">
Expand Down Expand Up @@ -72,7 +63,7 @@ under the License.
</span>
</a>
<div class="toc-wrapper">
<%= image_tag "logo.png", class: 'logo' %>
<%= link_to(image_tag("logo.png", :alt => "Logo", class: "logo"), "https://www.amberscript.com/en/products/api-custom-models/") %>
<% if language_tabs.any? %>
<div class="lang-selector">
<% language_tabs.each do |lang| %>
Expand Down

0 comments on commit 0049660

Please sign in to comment.