Skip to content

Commit

Permalink
feat: Add open graph
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Feb 11, 2020
1 parent 79c8452 commit 2a8205f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/_partials/head/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ if theme.favicon.msapplication
meta(name="msapplication-TileImage" content=`${url_for(theme.favicon.msapplication)}`)
meta(name="msapplication-TileColor" content="#000000")

!= open_graph()

if theme.canonical
link(ref="canonical" href=full_url_for(page.path))

Expand Down

0 comments on commit 2a8205f

Please sign in to comment.