1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:26:37 -04:00

enable AMP on more layouts/pages

This commit is contained in:
2020-11-08 11:12:21 -05:00
parent b378cb4afb
commit 6ada1afd4a
10 changed files with 364 additions and 292 deletions

View File

@ -4,6 +4,7 @@ date: 2020-04-22 10:50:04-0400
description: "An incredibly embarrassing and somewhat painful walkthrough of this site's long history..."
image: "images/2001_12.png"
layout: etc
amp: false
css: |
/*!
* Comic Neue typeface v2.5 - http://comicneue.com/

View File

@ -3,8 +3,9 @@ title: "📈 Analytics"
description: "Public visitor stats for this website."
url: /stats
layout: etc
amp: false
css: |
div#content iframe#sa-graph {
div#content iframe {
display: block;
margin: 0 auto;
height: 327px;
@ -23,6 +24,6 @@ In that case, why not share them? 😊 Pageviews for the past month are graphed
<!-- markdownlint-disable MD033 -->
<p class="center"><a class="no-underline" href="https://simpleanalytics.com/jarv.is?utm_source=jarv.is&amp;utm_content=badge" target="_blank" rel="noopener"><img src="/stats/badge.svg" width="210" height="50" alt="Powered by Simple Analytics"></a></p>
<iframe id="sa-graph" src="https://simpleanalytics.com/jarv.is?color=FF4F64&amp;embed=true" scrolling="no" title="Simple Analytics graph"></iframe>
<!-- markdownlint-enable MD033 -->
{{< iframe src="https://simpleanalytics.com/jarv.is?color=FF4F64&embed=true" title="Simple Analytics graph" width="654" height="327" sandbox="allow-same-origin allow-scripts allow-popups" >}}