Skip to content

Commit

Permalink
Merge pull request #152 from artofhuman/missed-twitter-metatags
Browse files Browse the repository at this point in the history
Add missed meta tags
  • Loading branch information
davydovanton authored Aug 24, 2017
2 parents c2f5fdf + cdc9edc commit 69dfe35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added apps/web/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions apps/web/templates/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ html lang="en"
title = title
= favicon

link rel="shortcut icon" href="http://www.ossboard.org/assets/logo.png"
link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css"
link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=cyrillic" rel="stylesheet"

meta[charset='utf-8']
meta name="viewport" content="width=device-width, initial-scale=1.0"
meta name= "twitter:title" content="OSS Board"
meta name= "twitter:url" content="http://www.ossboard.org"
meta name= "twitter:description" content= description
meta name= "twitter:card" content="summary"
meta name= "twitter:site" content="@oss_board"
meta name="twitter:image" content="http://www.ossboard.org/assets/header-logo.png"
meta property="og:image" content="http://www.ossboard.org/assets/header-logo.png"
meta property="og:url" content="http://www.ossboard.org"
meta property="og:url" content="http://www.ossboard.org"
meta property="og:description" content= description
meta property="og:title" content="OSS Board"
meta name="description" content= description
Expand Down

0 comments on commit 69dfe35

Please sign in to comment.