mirror of
https://github.com/bitwarden/docs
synced 2025-12-06 01:33:19 +00:00
51 lines
1.7 KiB
HTML
51 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<title>{% if page.title %}{{page.title}} | {% endif %}Bitwarden Documentation</title>
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/images/icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png">
|
|
<link rel="mask-icon" href="/images/icons/safari-pinned-tab.svg" color="#175DDC">
|
|
<link rel="manifest" href="/manifest.json">
|
|
</head>
|
|
|
|
<body>
|
|
{{content}}
|
|
|
|
{% if jekyll.environment == "production" %}
|
|
<script>
|
|
(function (i, s, o, g, r, a, m) {
|
|
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
|
|
(i[r].q = i[r].q || []).push(arguments)
|
|
}, i[r].l = 1 * new Date(); a = s.createElement(o),
|
|
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
|
|
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
|
|
|
ga('create', 'UA-81915606-4', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
function gaEvent(action) {
|
|
ga('send', {
|
|
hitType: 'event',
|
|
eventCategory: 'main',
|
|
eventAction: action
|
|
});
|
|
}
|
|
</script>
|
|
{% else %}
|
|
<script>
|
|
function gaEvent(action) {
|
|
// do nothing
|
|
}
|
|
</script>
|
|
{% endif %}
|
|
</body>
|
|
|
|
</html> |