Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltask committed May 6, 2011
1 parent 19818a8 commit 2d73c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/index.jade
@@ -1,7 +1,7 @@
header
div
h1= title
p instagram photo viwer with infinite scroll.
p instagram photo viewer with infinite scroll.

.loading loading...

Expand Down
3 changes: 2 additions & 1 deletion views/layout.jade
Expand Up @@ -3,12 +3,13 @@ html
head
meta(charset="UTF-8")
title= title
meta(name="description", content="instagram photo viwer with infinite scroll.")
<meta property="og:title" content="#{title}" />
<meta property="og:type" content="website" />
- if (e.SITE_URL) {
<meta property="og:url" content="#{e.SITE_URL}" />
- }
<meta property="og:image" content="instagram photo viwer with infinite scroll." />
// <meta property="og:image" content="" />
<meta property="og:site_name" content="#{title}" />
- if (e.FACEBOOK_ADMIN_ID) {
<meta property="fb:admins" content="#{e.FACEBOOK_ADMIN_ID}" />
Expand Down

0 comments on commit 2d73c46

Please sign in to comment.