2020-01-24 12:47:52 -07:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/resources/images/favicon.png">
|
2020-03-26 12:57:10 -06:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:400,700|Maven+Pro:400,700,900|Montserrat:400,700|PT+Mono&display=swap">
|
2020-02-24 06:02:19 +01:00
|
|
|
<link rel="stylesheet" href="/resources/css/common.css">
|
2020-03-26 12:57:10 -06:00
|
|
|
<script src="/resources/js/common.js"></script>
|
2020-02-24 06:02:19 +01:00
|
|
|
|
|
|
|
<!-- General metatags -->
|
2020-02-23 22:04:02 -07:00
|
|
|
<meta name="author" content="Caddy Web Server">
|
|
|
|
<meta name="description" content="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
|
2020-02-24 06:02:19 +01:00
|
|
|
<meta name="theme-color" content="#5ea9a2">
|
|
|
|
|
|
|
|
<!-- Open Graph tags -->
|
2020-02-23 22:04:02 -07:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="https://caddyserver.com/">
|
|
|
|
<meta property="og:description" content="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
|
|
|
|
<meta property="og:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg">
|
2020-02-24 06:02:19 +01:00
|
|
|
|
2020-02-23 22:04:02 -07:00
|
|
|
<!-- Twitter card tags additive with the og: tags -->
|
2020-02-24 06:02:19 +01:00
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
2020-02-23 22:04:02 -07:00
|
|
|
<meta name="twitter:domain" value="caddyserver.com">
|
|
|
|
<meta name="twitter:description" value="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
|
|
|
|
<meta name="twitter:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg">
|
|
|
|
<meta name="twitter:url" value="https://caddyserver.com/">
|
2020-03-26 12:57:10 -06:00
|
|
|
|
|
|
|
<!-- Algolia -->
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css">
|
2021-01-05 11:34:32 -07:00
|
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
|
|
|
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics (Stack Holdings) -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2DLB04LK4P"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-2DLB04LK4P');
|
|
|
|
</script>
|