pinout-xyz_Pinout.xyz/common/layout.html
Philip Howard da641f199d
Some checks failed
Pages / GitHub Pages (en) (push) Has been cancelled
Add GA tracking to layout.html
I'd like to get a better idea of Pinout traffic 2025.
2025-03-04 11:18:05 +00:00

42 lines
1.6 KiB
HTML

<!doctype html>
<html lang="{{langcode}}">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>{{title}}</title>
<meta name="description" content="{{description}}" />
<link href='{{resource_url}}prettify/prettify.css' rel='stylesheet' />
<link href="{{resource_url}}pinout.scss.css?v=4c5780" rel="stylesheet">
<link href="{{resource_url}}print.css" rel="stylesheet" media="print">
<link rel="shortcut icon" href="{{resource_url}}pinout-logo.png" type="image/png">
<meta name="generator" content="Pinout.xyz @ https://github.com/pinout-xyz/pinout.xyz, timestamp: {{v}}"/>
<!-- Build: {{v}} -->
{{twittercard}}
{{hreflang}}
</head>
<body class="{{body_class}}">
<div id="container">
<h1 class="logo"><a title="Raspberry Pi GPIO Pinout home" href="/"><img src="{{resource_url}}pinout-logo.png" width="45" height="45" />Raspberry Pi Pinout</a></h1>
{{main_content}}
<div class="footer">
{{footer}}
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PPJ0FZJ37Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PPJ0FZJ37Z');
</script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/prettify/0.1/prettify.js"></script>
<script src='{{resource_url}}prettify/lang-bash.js'></script>
<script src='{{resource_url}}pinout.js'></script>
<script src='{{resource_url}}boards.js'></script>
</body>
</html>