diff options
-rw-r--r-- | design/templates/details/src_book.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/design/templates/details/src_book.html b/design/templates/details/src_book.html index a06c28b..8b92bd2 100644 --- a/design/templates/details/src_book.html +++ b/design/templates/details/src_book.html @@ -3,15 +3,16 @@ {%block bodyid%}id="book-page"{%endblock%} {%block metadescription%}Buy the Book: {{object.title}}{%endblock%} {%block extrahead%} + <meta property="og:site_name" content="luxagraf:src"/> + <meta property="og:locale" content="en_US"/> <meta property="og:type" content="book"/> <meta property="og:title" content="{{object.title}}"/> - <meta property="og:url" content="{{object.get_absolute_url}}"/> + <meta property="og:url" content="https://luxagraf.net{{object.get_absolute_url}}"/> <meta property="og:description" content="It's time to stop fighting the web's flexible nature. Discover how simple tools like CSS media queries, fluid layouts and flexible media can transform your website from fixed-width failure to responsive success."/> - <meta property="book:prelease_date" content="{{object.pub_date}}"/> - <meta property="book:author" content="Scott Gilbertson"/> - <meta property="og:site_name" content="luxagraf:src"/> + <meta property="book:release_date" content="{{object.pub_date}}"/> + <meta property="book:tag" content="Responsive Web Design"> + <meta property="book:tag" content="Web Development"> <meta property="og:image" content="{{object.get_image_url}}"/> - <meta property="og:locale" content="en_US"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:description" content="It's time to stop fighting the web's flexible nature. Discover how simple tools like CSS media queries, fluid layouts and flexible media can transform your website from fixed-width failure to responsive success."/> <meta name="twitter:title" content="{{object.title}}"/> |