Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
onaralili committed Nov 16, 2023
1 parent c026348 commit a1e1edc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file added source/images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ 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">
<title><%= current_page.data.title || "API Documentation" %></title>
<title><%= current_page.data.title || "OOPSpam API Documentation" %></title>
<meta name='description' content='OOPSpam is a spam detection API that detects spam, abuse, and phishing.'>.
<meta property="og:type" content="article" />
<meta property="og:title" content="<%= current_page.data.title || "OOPSpam API Documentation" %>" />
<meta property="og:description" content="OOPSpam is a spam detection API that detects spam, abuse, and phishing." />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/cover.png" />
<meta property="og:url" content="https://www.oopspam.com/docs" />
<%= favicon_tag 'favicon.ico' %>
<style media="screen">
<%= Rouge::Themes::MonokaiSublimeSlate.render(:scope => '.highlight') %>
Expand Down

0 comments on commit a1e1edc

Please sign in to comment.