-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In case of multiple layouts it’s easier to copy and re-use
- Loading branch information
1 parent
d518695
commit e9ce2e0
Showing
2 changed files
with
24 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>Title</title> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" href="./assets/images/favicon.png"> | ||
|
||
{{> _crossplatform_favicons}} | ||
|
||
<!--SEO DEFAULTS--> | ||
<meta name="application-name" content="Slackmarq"/> | ||
<meta name="author" content="Whitesmith"/> | ||
<meta name="keywords" content="slack, links, big-data, data, facebook,"/> | ||
<meta name="description" content="Most popular slack links, curated by and for your slack team, with a little help from Marq."/> | ||
<meta name="robots" content="INDEX, FOLLOW"> | ||
|
||
<!--dynamic meta tags about the post for sharing --> | ||
{{> _sharing_meta_tags }} | ||
|
||
<link rel="stylesheet" href="./stylesheets/app.css" /> |