istio.io/_layouts/base.html

81 lines
4.5 KiB
HTML

---
layout: compress
---
{% include home.html %}
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="{{page.title}}">
<meta name="og:title" content="{{page.title}}">
<meta name="og:image" content="{{home}}/img/logo.png"/>
<meta name="theme-color" content="#466BB0"/>
{% if page.overview == nil %}
<meta name="description" content="An open platform to connect, manage, and secure microservices.">
<meta name="og:description" content="An open platform to connect, manage, and secure microservices.">
{% else %}
<meta name="description" content="{{page.overview}}">
<meta name="og:description" content="{{page.overview}}">
{% endif %}
{% if page.title == 'Istio' %}
<title>Istio</title>
{% else %}
<title>Istio / {{ page.title }}</title>
{% endif %}
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-98480406-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="Istio Blog RSS" href="{{home}}/feed.xml">
<!-- Favicons: generated from img/istio-logo-social.svg by http://cthedot.de/icongen -->
<link rel="shortcut icon" href="{{home}}/favicons/favicon.ico" >
<link rel="apple-touch-icon" href="{{home}}/favicons/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="icon" type="image/png" href="{{home}}/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{home}}/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-36x36.png" sizes="36x36">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-72x72.png" sizes="72x72">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-96x196.png" sizes="96x196">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="{{home}}/favicons/android-192x192.png" sizes="192x192">
<!-- app manifests -->
<link rel="manifest" href="{{home}}/manifest.json">
<meta name="apple-mobile-web-app-title" content="Istio">
<meta name="application-name" content="Istio">
<!-- style sheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{home}}/css/all.css">
</head>
<body class="language-unknown">
{{ content }}
<!-- libraries we pull in -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js"></script>
<script src="https://www.google.com/cse/brand?form=searchbox"></script>
<!-- our own scripts -->
<script src="{{home}}/js/misc.js"></script>
</body>
</html>