chiark / gitweb /
theme: reduce random noise in test files.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 17:52:30 +0000 (18:52 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 17:52:30 +0000 (18:52 +0100)
91 files changed:
pelican-theme/test/__init__.py
pelican-theme/test/blog/archives.html
pelican-theme/test/blog/article-jumbo.html
pelican-theme/test/blog/article.html
pelican-theme/test/blog/author-explicit-author.html
pelican-theme/test/blog/category-another-category.html
pelican-theme/test/blog/index.html
pelican-theme/test/blog/tag-third.html
pelican-theme/test/blog_author_list/article-jumbo.html
pelican-theme/test/blog_author_list/index.html
pelican-theme/test/blog_collapse_first_both/index.html
pelican-theme/test/blog_collapse_first_both_hide_summary_both/article-jumbo.html
pelican-theme/test/blog_collapse_first_both_hide_summary_both/article.html
pelican-theme/test/blog_collapse_first_both_hide_summary_both/index.html
pelican-theme/test/blog_collapse_first_both_hide_summary_global/article-jumbo.html
pelican-theme/test/blog_collapse_first_both_hide_summary_global/article.html
pelican-theme/test/blog_collapse_first_both_hide_summary_global/index.html
pelican-theme/test/blog_collapse_first_global/index.html
pelican-theme/test/blog_collapse_first_global_hide_summary_both/article-jumbo.html
pelican-theme/test/blog_collapse_first_global_hide_summary_both/article.html
pelican-theme/test/blog_collapse_first_global_hide_summary_both/index.html
pelican-theme/test/blog_collapse_first_global_hide_summary_global/article-jumbo.html
pelican-theme/test/blog_collapse_first_global_hide_summary_global/article.html
pelican-theme/test/blog_collapse_first_global_hide_summary_global/index.html
pelican-theme/test/blog_footer_links/index.html
pelican-theme/test/blog_global_social_meta/article.html
pelican-theme/test/blog_global_social_meta/author-the-author.html
pelican-theme/test/blog_global_social_meta/category-a-category.html
pelican-theme/test/blog_global_social_meta/tag-a-tag.html
pelican-theme/test/blog_hide_summary_both/article-jumbo.html
pelican-theme/test/blog_hide_summary_both/article.html
pelican-theme/test/blog_hide_summary_both/category-misc.html
pelican-theme/test/blog_hide_summary_both/index.html
pelican-theme/test/blog_hide_summary_global/article-jumbo.html
pelican-theme/test/blog_hide_summary_global/article.html
pelican-theme/test/blog_hide_summary_global/category-misc.html
pelican-theme/test/blog_hide_summary_global/index.html
pelican-theme/test/blog_html_escape/archives.html
pelican-theme/test/blog_html_escape/archives2.html
pelican-theme/test/blog_html_escape/article-jumbo.html
pelican-theme/test/blog_html_escape/article.html
pelican-theme/test/blog_html_escape/author-and-in-author.html
pelican-theme/test/blog_html_escape/author-and-in-author2.html
pelican-theme/test/blog_html_escape/category-and-in-category.html
pelican-theme/test/blog_html_escape/category-and-in-category2.html
pelican-theme/test/blog_html_escape/index.html
pelican-theme/test/blog_html_escape/index2.html
pelican-theme/test/blog_html_escape/tag-and-in-tag.html
pelican-theme/test/blog_html_escape/tag-and-in-tag2.html
pelican-theme/test/blog_jumbo_inverted/article-jumbo.html
pelican-theme/test/blog_minimal/article-jumbo.html
pelican-theme/test/blog_minimal/article.html
pelican-theme/test/blog_minimal/category-misc.html
pelican-theme/test/blog_minimal/index.html
pelican-theme/test/blog_modified_date/index.html
pelican-theme/test/blog_pagination/category-misc.html
pelican-theme/test/blog_pagination/category-misc2.html
pelican-theme/test/blog_pagination/category-misc3.html
pelican-theme/test/blog_pagination/index.html
pelican-theme/test/blog_pagination/index2.html
pelican-theme/test/blog_pagination/index3.html
pelican-theme/test/blog_pagination_disabled/index.html
pelican-theme/test/layout/features.html
pelican-theme/test/layout/guest-post-howto.html
pelican-theme/test/layout/index.html
pelican-theme/test/layout/showcase-requirements.html
pelican-theme/test/layout_disable_blog_links/index.html
pelican-theme/test/layout_disable_fine_print/index.html
pelican-theme/test/layout_global_social_meta/archives.html
pelican-theme/test/layout_global_social_meta/index.html
pelican-theme/test/layout_html_escape/index.html
pelican-theme/test/layout_minimal/index.html
pelican-theme/test/layout_no_footer/index.html
pelican-theme/test/layout_one_column_navbar/index.html
pelican-theme/test/page/page.html
pelican-theme/test/page_breadcrumb/page.html
pelican-theme/test/page_breadcrumb/subpage.html
pelican-theme/test/page_extra_css/page.html
pelican-theme/test/page_global_social_meta/page.html
pelican-theme/test/page_header_footer/page.html
pelican-theme/test/page_html_escape/breadcrumb.html
pelican-theme/test/page_html_escape/content.html
pelican-theme/test/page_html_escape/landing.html
pelican-theme/test/page_html_escape/page.html
pelican-theme/test/page_landing/hide-navbar-brand.html
pelican-theme/test/page_landing/page.html
pelican-theme/test/page_minimal/page.html
pelican-theme/test/page_title_sitename_alias/page.html
pelican-theme/test/test_blog.py
pelican-theme/test/test_layout.py
pelican-theme/test/test_page.py

index 812fd4626554238449eca523fa07c743c904957b..b6e1b18990970dd2c76bf729d6dce3329026aced 100644 (file)
@@ -75,7 +75,7 @@ class BaseTestCase(MinimalTestCase):
             'PLUGIN_PATHS': ['../pelican-plugins'],
             'PLUGINS': ['m.htmlsanity'],
             'THEME_STATIC_DIR': 'static',
-            'M_CSS_FILES': ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i',
+            'M_CSS_FILES': ['https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i',
                'static/m-dark.css'],
             # i.e., not rendering the category, tag and author lists as they
             # are not supported anyway
@@ -89,6 +89,7 @@ class PageTestCase(BaseTestCase):
     def run_pelican(self, settings):
         implicit_settings = {
             'M_FINE_PRINT': None,
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'PAGE_PATHS': ['.'],
             'PAGE_SAVE_AS': '{slug}.html',
             'PAGE_URL': '{slug}.html',
@@ -103,6 +104,7 @@ class BlogTestCase(BaseTestCase):
         implicit_settings = {
             'DATE_FORMATS': {'en': ('en_US.UTF-8', '%b %d, %Y')},
             'M_FINE_PRINT': None,
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'PAGE_PATHS': ['pages'], # doesn't exist
             'ARTICLE_PATHS': ['.'],
             'AUTHOR_SAVE_AS': 'author-{slug}.html',
index b98e809ea244348c91152874268ace40aecb99ae..d0854490132eb26d05e5607e975105c39c046e66 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index e392bddeb223c424008051efaa637b9ec969445e..9cf46ccc863043c4036083984e5763bd4a93d356 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>An article — a jumbo one | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index cb789539f6bd9421dfaaae72c8ee1d2b398096a7..05fdad7c22ea412651b176e39ddf8ed0d03a82bc 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 86e885e3b6a71d93725b7a73d7090ea551425e73..cf4eade7133578bc5a237397154e37daaa19bf66 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts by Explicit Author | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index 6871aa149fbd11fc53dc0fc1b4cf04326671c16a..4f1b0ec6ef619e418ff4df256b34dc1f4dacbb24 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Another category | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index 39e323931567d95981ac45fa2d00568c68f8586e..b804f4c80c85e8e1d9914b675e2d5a508a51735b 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index 83ef88ee33ef5d52a705859145d58e343468e536..9bc9d9092dcd10f9962810f2c845cf5764c45109 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts tagged Third | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index e3952fd0c1d9e0764381e3314d6767a427146d9b..ab955df8f4cab5b762e0f1cffd46c4896a635cec 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index e2dcecf714a4f79ce1631b6c4b97cf74e429778e..78bf321bd72d1d430fb77a22c8df32360a1127d9 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index d005ea1387698f76371d06549b437deabc9193b4..109e02ebb40f2ac6ccd63b544524f1bc9aa44427 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index c5a00722e14a6de7af486621327a86e801ca6430..14d1bf860baea2b6fab9e66838e98b8912289cff 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="Jumbo article summary, expanded on both listing and page." />
-  <meta name="twitter:description" content="Jumbo article summary, expanded on both listing and page." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index 4606452f627450c95eb229a27019a82f21d22e07..f9456297856de55256dbc9161f2dc5edd7083b66 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, expanded on both listing and page." />
-  <meta name="twitter:description" content="The summary, expanded on both listing and page." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index 93d015e7949da4de8cd5dcc98a0a473c153bad3e..1c21b186032b3d5bc52733b6b4df6e108cb01843 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 9bc43a879fab0b407ebf7999e6c27dad2383fbe1..663039867beccce94341535da0bf95259052fb05 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="Jumbo article summary, shown only on listing." />
-  <meta name="twitter:description" content="Jumbo article summary, shown only on listing." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index da134ebc3c3fb7534cd6a6b4f8016f26d0dd95c8..7793f81bbb7d7fe5e7c0b880d9b05c6cce223a62 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, shown nowhere." />
-  <meta name="twitter:description" content="The summary, shown nowhere." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index 1a4375cbd0f2080562b22d0cafc5801e2b8d133b..b0bb03b47c9755705b32f2a4949a224469195e03 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index a0ac0d7574ae72db3669f7c77388ab8327dd202d..2b44faa5ce89494a56cd59ba684030e820785a36 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 6d204479332d9c5ced4da56aed203ea68ad94a9a..183577655157dbfd4ef72f01c87385d09cc37097 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="Jumbo article summary, expanded only on listing." />
-  <meta name="twitter:description" content="Jumbo article summary, expanded only on listing." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index a291a70bf0a59fd6e451a51f7f592d1e44b28370..d5a76e7c4bc1874d78cf6a2d10d6ccad433dc8cc 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, expanded only on listing." />
-  <meta name="twitter:description" content="The summary, expanded only on listing." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index 580ea5d92e99a13806d44408dfe7e519a262ac5d..a4369d7835e16b60d84c6663f4a9e7528f2d3651 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 9bc43a879fab0b407ebf7999e6c27dad2383fbe1..663039867beccce94341535da0bf95259052fb05 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="Jumbo article summary, shown only on listing." />
-  <meta name="twitter:description" content="Jumbo article summary, shown only on listing." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index 0b8153265041e528161d877d67b970acd79c2826..33974c7278e48b1d5c9cd80fe0feb81aa56cb44b 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, shown on listing." />
-  <meta name="twitter:description" content="The summary, shown on listing." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index cc38c6bc4e3285923c4a4cff6195d2e9bd1626dc..e60a45e3549d981e461ab0b8baaab1c1d88b1209 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 3111b5cd543d6f63ca406feb4188f6245d1bf01e..1e5d094a5a2c287b225280d6ef7931f9c2eff3c5 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index ffaad899998b54cd746e9dfde370fdd266d5b5e5..c1d4e4d58cf7650d99703ef5548b746e4dae3229 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 093066ac70b43894a68d789c4a4eb8514851f8f8..0bfc2b400270c8d1faba7b725f85a661720421e1 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts by The Author | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="twitter:site" content="@czmosra" />
index d63db063aed9f82a84667dd8ef2c9c5c83d13248..79be0a657d35528de1c37956a1af69fd90d45550 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A category | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="twitter:site" content="@czmosra" />
index 332a5943f0ac9a150136cc389409a52c27b468d0..e3764355f0385cf1043769e33540db39248a4292 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts tagged A tag | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="twitter:site" content="@czmosra" />
index 4c115e986321eebaeaa30776fe75d35ddd448386..d58eae0b481064328fd09f27fc511ffa9a5575fe 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="The summary, shown in both listing and on the page." />
-  <meta name="twitter:description" content="The summary, shown in both listing and on the page." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index ff2f2d261260fc679df789dbce2e39a07f22f473..a648d2c1d934bfe08555932c8bc476157a024864 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, repeated on the page." />
-  <meta name="twitter:description" content="The summary, repeated on the page." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index 754364df8877e862989a9b11db604150ecd6f984..31f2b9e8c4c24305bf35642ee75e1a3bd9dfe597 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="misc" />
-  <meta name="twitter:title" content="misc" />
-  <meta property="og:url" content="category-misc.html" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index ad6d781b7cbeef406f785e2df65b84fded25ce6b..bfbb5f4314b8b2eaeb0700dbec6e02d5908b9458 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 403c4343432edb6880e74a64dd766f17e2e746d2..cab8efc3e260234fdb623bbf05f11e70ca8c3dc6 100644 (file)
@@ -1,22 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:description" content="The summary, shown in listing but not on the page." />
-  <meta name="twitter:description" content="The summary, shown in listing but not on the page." />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index 77ef7640d61231ca069e87f8686971e47898ceba..b95c5072be1a62ea7dd1142bad36f0d6a844a3b8 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="An article" />
-  <meta name="twitter:title" content="An article" />
-  <meta property="og:url" content="article.html" />
-  <meta property="og:description" content="The summary, shown neither in listing nor on the page." />
-  <meta name="twitter:description" content="The summary, shown neither in listing nor on the page." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation">
index 8eabf515ef3e069a8fabf9d70539a7fb688b5639..8b503ae59599afb38e58f373acf10cf7f1abda58 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="misc" />
-  <meta name="twitter:title" content="misc" />
-  <meta property="og:url" content="category-misc.html" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 5753759b84ada50f51adf24ca5318456ecf47295..385fe85acd5cabf2d6da3c42d78514240bb36760 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 69fad2a31b483b99110fee154fddae6bb44269ab..1b2a5b10d85a38db914f89e22993e8193de9f4fc 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>&lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index dd653495ab73372575c456d404f04a6013f9f526..77ceb109a7ab6a6efe709a55776152b411f5066c 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>&lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index bf2eff6e0fbb1b056de645349ec1a8920d0dd0cc..eae60fc6fe25cf5c72a0e836667920e28bbf7381 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Article with &lt;&amp;&gt; — a &lt;&amp;&gt; jumbo one | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 1b5ec680f74186e7eb375621cc073f67e2fdffbd..27b0ad9ba9214c5e90e35214e747bf3c998ea135 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Article with &lt;&amp;&gt; in title | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 92b63a86788790598b9ba7699d79a312ab64d6e2..17ae8145e4e1d824fca306c3c44a778444cb53ff 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts by And &lt;&amp;&gt; in author | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index cd1db11254a3657052e5306ee3191919b0b028d7..d16ba4baea26fce3dffaa19eb3d51aadc519f0e2 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts by And &lt;&amp;&gt; in author | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 8d022afd2c7eb53fc47b352b1018d4f921e51a96..47cbaa92f4bd0743ba0480a53b15e7f2e6dbacd4 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>And &lt;&amp;&gt; in category | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 3f7be8cb1afd0d564b35ef49e9df65dc56836651..ca83e2e9dfcf9cc7d36b2c4f6cee0414fa453ae7 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>And &lt;&amp;&gt; in category | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index deee85d14aae80dae162f693876567e0d21e5012..aee21227d9ced4510421de0fc80bd4c000212bf8 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>&lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 1b35775000d01112a7e8899766b55992247c554d..4e96afbeef4e0debb5389a927f772f275c5ff330 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>&lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 5630cd538924e847ff8f76b3315819c24c3575d2..cbc21ee97fcbad28db5601eed7e981ba195215e1 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts tagged And &lt;&amp;&gt; in tag | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index f751e9695bca1810181fe63475855714c0289685..d5e501dffcc7e8af55728053e33ec2eb531c3144 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Posts tagged And &lt;&amp;&gt; in tag | &lt;&amp;&gt; in blog name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 3aeddd390daa1d093d57964c0a2614027fc591f5..da40587e785af2412b4a2f821f6e2a0d1e11be44 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A jumbo article" />
-  <meta name="twitter:title" content="A jumbo article" />
-  <meta property="og:url" content="article-jumbo.html" />
-  <meta property="og:image" content="image.jpg" />
-  <meta name="twitter:image" content="image.jpg" />
-  <meta name="twitter:card" content="summary_large_image" />
-  <meta property="og:type" content="article" />
 </head>
 <body>
 <header><nav id="navigation" class="m-navbar-jumbo">
index c2e4f60c3f718df80655e7701a8c8178395e9378..1e648198725abed388d2709ffdf1424859cbba7f 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A jumbo article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article-jumbo.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index cbc27185430092f74b9a6c61fae22300f69cc0a3..c807df026567765758b8d62a9ebbabc1bd823eef 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>An article | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="article.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 4140132ff312adb91af757bab7a92063aa54a7f3..4b337f6b3f3eb8ed7f5b457c061f3b7258f3b569 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index 7a0cd47f9824276bc56c8e9d6a3cf995b8aea020..fc8021e009bc3d0ca08d40e57a130531b3377f16 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A Pelican Blog" />
index a271f66f6937ab38b30299c32e47fdbc0d5c6679..c9cf3c03ffcfbe9c2bcd050a44074d1b4becbc30 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 3a93faa88a93a96fde6f0a99563508ea874a551a..00da519647c75096bb0369bac2a2a0d04345579e 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="category-misc2.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 64cdc8871d406900710eee87582b69ca2768c33b..3107238bb25501dba91d07477c1f6de2d1a3e155 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="category-misc.html" />
   <link rel="next" href="category-misc3.html" />
index 2eb9d8c05db3f181357730c9afa10b5fbf5fc8e7..c9cfad96291446579c3717f3cd7423c946f9dd8d 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>misc | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="category-misc2.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 8db4e79b8f08be2d5c8413032ed0f560ba9f1dca..28213ad4083ff9317003b6024ed49b1ec9d288d0 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="next" href="index2.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 1e790f825db58a31c32c98e425741fc4842b51a0..bed5c02e8af4084c561bcf657bb24254123f5504 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index.html" />
   <link rel="next" href="index3.html" />
index 0aad92577c1225b53d9f5eef5c67b095c95b6baf..c993d6a5239577201f0922e7758ec22dff75d2c5 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="prev" href="index2.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 9a80bd31e529d18face44cfabb74f2d451708740..6770fbb4aa48c38797bfa61ecfd162ae6e167f90 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 2fdee422f5d07c66cf1144d402151fb50528b957..59d39022e6dc097ba95101014a68665ff5694f29 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Features | Your Brand</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="features.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 99a5312a62371875c35ba58eb595fd417f4592fa..9e44328e563d00aefef75da9fa9cfb83cb875154 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Guest post howto | Your Brand</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="guest-post-howto.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index f1b4fa0ab9e078f4fa7b634866fdfb1dfdbee34b..009bf9e7fc9c696f6c5bb8c905b2f286b8b3923d 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Your Brand Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="Your Brand Blog" />
index 86b684d9d7026d87578c0bc304dbc47d61f6a723..f4f2de6e1e7f315472af9c768b73605a6cd376f0 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Showcase requirements | Your Brand</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="showcase-requirements.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 707e4a37ea46e390ebf5ddd6e5ef4a6289358970..a0c3c646a490ef355ba8b8663ec725d052fd7444 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 37f36c8ef8ff86b2b85bf95565befe4f8a6f6cce..c6787795e26876743337976d0339d760d6075bae 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index 0b57a3a9c3a7078ac22f9f6f57ebc864b72cb3f0..c2ed7db7f22a21bc2f16f6e416475573dc01d0c1 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Your Brand Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="http://your.brand/static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="description" content="Your Brand provides everything you&#39;ll ever need." />
index ec23f20f467206b9ce9dfc9254682f13f818075d..2d4ae2b475ba94e79b5161a22de569a9e5dc3854 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Your Brand Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="http://your.brand/static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="description" content="Your Brand provides everything you&#39;ll ever need." />
index c274aede9ebc9922bbf0478bb63581ddff344c94..13246ef37d3faf550ffed61bb52c3b38d84080e8 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A &lt;&amp;&gt; blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta property="og:site_name" content="A &lt;&amp;&gt; blog" />
index 20e852c3ba1806305fa2cfd5757913fea6d6f7fa..ce3c41faeb1b8c5fdfa972e11ee4f6e71349cb3a 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
   <meta name="theme-color" content="#22272e" />
index 0eacc7ee60b8177bf57484104098b3ccbc867299..41fb00e26c37def5c3d615dc44781089c68e6751 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
index ba89d73fb7b8781994bc4a76b082b95ac403e8ba..8b907eef38b882f1573ab6bcd876961cf01296c6 100644 (file)
@@ -1,17 +1,11 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A Pelican Blog" />
-  <meta name="twitter:title" content="A Pelican Blog" />
-  <meta property="og:url" content="./" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="website" />
 </head>
 <body>
 <header><nav id="navigation">
   </div>
 </div>
 </main>
-<footer><nav>
-  <div class="m-container">
-    <div class="m-row">
-      <div class="m-col-l-10 m-push-l-1">
-        <p>A Pelican Blog. Powered by <a href="https://getpelican.com">Pelican</a> and <a href="http://mcss.mosra.cz">m.css</a>.</p>
-      </div>
-    </div>
-  </div>
-</nav></footer>
 </body>
 </html>
index 6cfcd871a289e624e063a4413867b4a1931a245e..b3ecc272d7307b8fd21d22b6e92e8b8642827c53 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 25da2b385d314562102fc9178c8e6142ce6b8dbc..4c076fecabadcfa19ec58998f45baf8f3acef287 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Index page &raquo; A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 1fcaab388375171e7ca478700dfd7971d0a571e7..f3da2995811aa22e04a1b0568ba9ce879a3aaab7 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Index page &raquo; A page &raquo; Subpage | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="subpage.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index ed00734ef8e55805a1789b9b1468072871fdcd26..897030fa0e5ba4595d44352f0a794e2ab6e7d6c8 100644 (file)
@@ -1,20 +1,14 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="stylesheet" href="static/m-debug.css" />
   <link rel="stylesheet" href="static/m-grid.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A page" />
-  <meta name="twitter:title" content="A page" />
-  <meta property="og:url" content="page.html" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="page" />
 </head>
 <body>
 <header><nav id="navigation">
index 5607fa548650094faec7242785f62d1e8046ba0a..99c9bd70758d5982f90047ba3c5e97ee2fd105bc 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 7b24f7052ac2e6d773bec3f1f8eb0245a144ba33..79407a790e67de49b96ebd07bd97692f6cb0f998 100644 (file)
@@ -1,20 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="A Pelican Blog" />
-  <meta property="og:title" content="A page" />
-  <meta name="twitter:title" content="A page" />
-  <meta property="og:url" content="page.html" />
-  <meta property="og:description" content="Page content." />
-  <meta name="twitter:description" content="Page content." />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="page" />
 </head>
 <body>
 <header><nav id="navigation">
index 9b0ad9d6326184fd7467d071ffdc545feb7a8c02..32fe8fc5ed1366dc2931661ca317398c83298edc 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>And &lt;&amp;&gt; in breadcrumb &raquo; Page with &lt;&amp;&gt; in title | &lt;&amp;&gt; in site name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="breadcrumb.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 7d1b1fa586f69697c6bbf4dd2566e19f427115d4..56be11015c5e87c1bc08d36552f812c3d07ccfdd 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Escaping in content | &lt;&amp;&gt; in site name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="content.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 550a08211b2069e65ea7e8abc2fcc690e278377c..de2e384958f4649411f651c201be05136eb234cd 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>&lt;&amp;&gt; in site name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="landing.html?and&amp;in&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 6fa1d973f2a9f9d0d3623a0c9b5f799b1444c16b..aec72cc5b04d2de99400a4cc0af17e7b043f1521 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>Page with &lt;&amp;&gt; in title | &lt;&amp;&gt; in site name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html?and&amp;overriden&amp;url=&#34;&#34;" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 95eab1d816b853387123ded30929b807693b0b05..049d3065f515624dab132e5246009778ef4e110a 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="hide-navbar-brand.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index 5ce4c92346aca44be34bee07eb841e065acb70d2..0932a26663918930f5c7b0c31691cfefcda362cb 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A page title that displays only in title | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index fc5d941680c5a7ade9a9c3ca2ea9f3e2bffb8bf7..fdd6c7bf309be156d39359bb08a6cab8445d88c0 100644 (file)
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8" />
   <title>A page | A Pelican Blog</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
index f5fa927f8ff1a8eb00b815fac4049b7424135b87..166a3042cc6fb20d8a80dae9fa105c30c2065097 100644 (file)
@@ -1,18 +1,12 @@
 <!DOCTYPE html>
-<html lang="en" prefix="og: http://ogp.me/ns#">
+<html lang="en">
 <head>
   <meta charset="UTF-8" />
   <title>Site name</title>
-  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i" />
+  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i" />
   <link rel="stylesheet" href="static/m-dark.css" />
   <link rel="canonical" href="page.html" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <meta property="og:site_name" content="Site name" />
-  <meta property="og:title" content="Site name" />
-  <meta name="twitter:title" content="Site name" />
-  <meta property="og:url" content="page.html" />
-  <meta name="twitter:card" content="summary" />
-  <meta property="og:type" content="page" />
 </head>
 <body>
 <header><nav id="navigation">
index 2f01cc25688ae925b1853f1a224d1e92f3e421c4..1e1559d0cd41e8727526525e250a7619c1508a06 100644 (file)
@@ -30,6 +30,7 @@ class Blog(BlogTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': False,
             'AUTHOR': "Implicit Author",
             'STATIC_PATHS': ['ship.jpg'],
             'M_BLOG_URL': 'archives.html',
@@ -55,7 +56,10 @@ class Minimal(BlogTestCase):
         super().__init__(__file__, 'minimal', *args, **kwargs)
 
     def test(self):
-        self.run_pelican({})
+        self.run_pelican({
+            # There shouldn't be empty meta tags
+            'M_DISABLE_SOCIAL_META_TAGS': False,
+        })
 
         # The summary, content blocks should not be there at all, no mention of
         # authors. Index and archive page should be exactly the same. Header
@@ -124,7 +128,10 @@ class Pagination(BlogTestCase):
                 [(1, 'index.html', '{name}.html'),
                  (2, 'index{number}.html', '{name}{number}.html')],
             'DIRECT_TEMPLATES': ['index', 'archives'],
-            'PAGINATED_DIRECT_TEMPLATES': ['index', 'archives']
+            'PAGINATED_DIRECT_TEMPLATES': ['index', 'archives'],
+
+            # verify that og:url doesn't take pagination into account
+            'M_DISABLE_SOCIAL_META_TAGS': False
         })
 
         # Every page should contain just one article, only the first page
@@ -142,7 +149,10 @@ class Pagination(BlogTestCase):
     def test_categories(self):
         self.run_pelican({
             'DEFAULT_PAGINATION': 1,
-            'DIRECT_TEMPLATES': []
+            'DIRECT_TEMPLATES': [],
+
+            # verify that og:url doesn't take pagination into account
+            'M_DISABLE_SOCIAL_META_TAGS': False
         })
 
         # Test the category pages as well (same as author/tag). Couldn't test
@@ -443,6 +453,7 @@ class HtmlEscape(BlogTestCase):
             'TAG_URL': 'tag-{slug}.html?and&in&url=""',
             'M_LINKS_FOOTER2': [('An <&> in link', '#')],
             'M_SHOW_AUTHOR_LIST': True,
+            'M_DISABLE_SOCIAL_META_TAGS': False, # to verify escaping in these
             'DEFAULT_PAGINATION': 1,
             'PAGINATION_PATTERNS':
                 [(1, 'index.html?and&in&url=""', '{name}.html'),
@@ -474,7 +485,8 @@ class GlobalSocialMeta(BlogTestCase):
             'M_SOCIAL_TWITTER_SITE': '@czmosra',
             'M_SOCIAL_TWITTER_SITE_ID': '1537427036',
             'M_SOCIAL_IMAGE': 'http://your.brand/static/site.png',
-            'M_SOCIAL_BLOG_SUMMARY': 'This is also not displayed anywhere.'
+            'M_SOCIAL_BLOG_SUMMARY': 'This is also not displayed anywhere.',
+            'M_DISABLE_SOCIAL_META_TAGS': False
         })
 
         # Verify that the social meta tags are present in all pages
index 108f5644db426e0f1867d562f09c07d1076b5c4c..1363dad6e4786cd86edb81f2aadbfd7ca799c061 100644 (file)
@@ -101,7 +101,7 @@ class Minimal(MinimalTestCase):
             'PLUGIN_PATHS': ['../pelican-plugins'],
             'PLUGINS': ['m.htmlsanity'],
             'THEME_STATIC_DIR': 'static',
-            'M_CSS_FILES': ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i',
+            'M_CSS_FILES': ['https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i',
                'static/m-dark.css'],
             'M_THEME_COLOR': '#22272e'})
 
@@ -128,10 +128,12 @@ class OneColumnNavbar(BaseTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'M_LINKS_NAVBAR1': [
                 ('Features', '#', 'features', []),
                 ('A long item caption that really should not wrap on small screen', '#', '', []),
-                ('Blog', 'archives.html', '[blog]', [])]
+                ('Blog', 'archives.html', '[blog]', [])],
+            'M_FINE_PRINT': None
         })
 
         # The navbar should be full 12 columns
@@ -143,6 +145,7 @@ class NoFooter(BaseTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'M_FINE_PRINT': None
         })
 
@@ -155,6 +158,7 @@ class DisableFinePrint(BaseTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'M_LINKS_FOOTER1': [('Your Brand', 'index.html')],
             'M_FINE_PRINT': None
         })
@@ -169,6 +173,7 @@ class DisableBlogLinks(BaseTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': True,
             'M_LINKS_FOOTER1': [('Your Brand', 'index.html')],
             'M_LINKS_FOOTER4': None,
         })
index 160ebe0c2d0c3e8409f1680e14c8946224d47b0c..3f0fe0bf1ecb175ceebea8f9bcde321854b6533a 100644 (file)
@@ -36,6 +36,7 @@ class Page(PageTestCase):
 
     def test(self):
         self.run_pelican({
+            'M_DISABLE_SOCIAL_META_TAGS': False,
             'FORMATTED_FIELDS': ['summary', 'description']
         })
 
@@ -47,7 +48,10 @@ class Minimal(PageTestCase):
         super().__init__(__file__, 'minimal', *args, **kwargs)
 
     def test(self):
-        self.run_pelican({})
+        self.run_pelican({
+            # There shouldn't be empty meta tags
+            'M_DISABLE_SOCIAL_META_TAGS': False,
+        })
 
         # The content and summary meta tag shouldn't be there at all
         self.assertEqual(*self.actual_expected_contents('page.html'))
@@ -57,7 +61,10 @@ class Breadcrumb(PageTestCase):
         super().__init__(__file__, 'breadcrumb', *args, **kwargs)
 
     def test(self):
-        self.run_pelican({})
+        self.run_pelican({
+            # Breadcrumb should not be exposed in social meta tags
+            'M_DISABLE_SOCIAL_META_TAGS': False,
+        })
 
         # Internal links should work and guide the user from one page to
         # another
@@ -93,7 +100,9 @@ class Landing(PageTestCase):
     def test(self):
         self.run_pelican({
             'STATIC_PATHS': ['ship.jpg'],
-            'FORMATTED_FIELDS': ['landing']
+            'FORMATTED_FIELDS': ['landing'],
+            # Verify that the image is propagated to social meta tags
+            'M_DISABLE_SOCIAL_META_TAGS': False,
         })
 
         # The landing field should have the links expanded, header should not
@@ -123,6 +132,8 @@ class HtmlEscape(PageTestCase):
             'SITENAME': "<&> in site name",
             'FORMATTED_FIELDS': ['summary', 'description', 'landing', 'header', 'footer'],
             'PAGE_URL': '{slug}.html?and&in&url=""',
+            # The social meta tags should be escaped properly as well
+            'M_DISABLE_SOCIAL_META_TAGS': False,
         })
 
         # Verify that everything is properly escaped everywhere. The landing
@@ -139,6 +150,8 @@ class HtmlEscape(PageTestCase):
             'SITENAME': "<&> in site name",
             'FORMATTED_FIELDS': ['summary', 'description', 'landing', 'header', 'footer'],
             'PAGE_URL': '{slug}.html?and&in&url=""',
+            # The social meta tags should be escaped properly as well
+            'M_DISABLE_SOCIAL_META_TAGS': False,
         })
 
         # Verify that also the Pelican-produced content has correctly escaped
@@ -155,7 +168,8 @@ class GlobalSocialMeta(PageTestCase):
             'M_SOCIAL_TWITTER_SITE': '@czmosra',
             'M_SOCIAL_TWITTER_SITE_ID': '1537427036',
             'M_SOCIAL_IMAGE': 'http://your.brand/static/site.png',
-            'M_SOCIAL_BLOG_SUMMARY': 'This is also not displayed anywhere.'
+            'M_SOCIAL_BLOG_SUMMARY': 'This is also not displayed anywhere.',
+            'M_DISABLE_SOCIAL_META_TAGS': False,
         })
 
         # Verify that the social meta tags are present