views: set twitter:title, og:title on all pages.

This commit is contained in:
evazion
2020-01-25 02:36:51 -06:00
parent 6a984de3d5
commit 9f40d31748
4 changed files with 8 additions and 22 deletions

View File

@@ -74,6 +74,8 @@
window.addthis_config = { ui_click: true };
</script>
<%= tag.meta name: "twitter:title", content: page_title %>
<%= tag.meta name: "og:title", content: page_title %>
<%= yield :html_header %>
<%= raw Danbooru.config.custom_html_header_content %>
</head>