blog/layouts/partials/extend_head.html

15 lines
856 B
HTML
Raw Normal View History

2022-05-30 23:48:20 +03:00
<link rel="webmention" href="https://webmention.io/neonxp.dev/webmention" />
<link rel="pingback" href="https://webmention.io/neonxp.dev/xmlrpc" />
2022-06-04 23:24:30 +03:00
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
2022-06-02 16:27:04 +03:00
<link rel="manifest" href="/site.webmanifest">
2022-06-04 23:24:30 +03:00
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#0d80a0">
2022-06-02 16:27:04 +03:00
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
2022-06-04 23:24:30 +03:00
<link type="text/plain" rel="author" href="https://neonxp.dev/humans.txt" />
2023-01-12 20:48:19 +03:00
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
<script type="text/javascript">
VK.init({apiId: 6412799, onlyWidgets: true});
</script>