diff options
author | Vitaly Takmazov | 2021-11-08 10:21:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-11-08 10:21:41 +0300 |
commit | e86657621467c92d00acd488cfe2a92c501005a9 (patch) | |
tree | 41cad303a06015cd7d66a80ba358d8a6391ba41f /src/main/resources/templates/layouts/default.html | |
parent | d1910811955a460d84b6f1a80b567fa7229bb44e (diff) |
Add Facebook Pages id to site header
Diffstat (limited to 'src/main/resources/templates/layouts/default.html')
-rw-r--r-- | src/main/resources/templates/layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html index d3ce7dce..2f6cd9cb 100644 --- a/src/main/resources/templates/layouts/default.html +++ b/src/main/resources/templates/layouts/default.html @@ -12,6 +12,7 @@ <title>{{ title | default('Juick') }}</title> <meta property="og:type" content="{{ ogtype | default('website') }}" /> <meta property="fb:app_id" content="130568668304" /> + <meta property="fb:pages" content="270127573154958" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <meta name="msapplication-config" content="//i.juick.com/browserconfig.xml" /> <meta name="msapplication-TileColor" content="#ffffff" /> |