mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2026-04-08 08:38:00 +02:00
add keepandroidopen banner
This commit is contained in:
parent
3e85ab2a74
commit
be46fce887
3
_includes/header.html
vendored
3
_includes/header.html
vendored
@ -1,5 +1,8 @@
|
||||
<header class="site-header">
|
||||
|
||||
<!-- https://keepandroidopen.org/banner/ -->
|
||||
<script src="https://keepandroidopen.org/banner.js?size=minimal&animation=off"></script>
|
||||
|
||||
<div class="wrapper">
|
||||
{%- assign default_paths = site.pages | map: "path" -%}
|
||||
{%- assign page_paths = site.header_pages | default: default_paths -%}
|
||||
|
||||
4
_layouts/mini.html
vendored
4
_layouts/mini.html
vendored
@ -4,6 +4,10 @@
|
||||
<body>
|
||||
<div class="page-content">
|
||||
<div class="wrapper">
|
||||
|
||||
<!-- https://keepandroidopen.org/banner/ -->
|
||||
<script src="https://keepandroidopen.org/banner.js?size=minimal&animation=off"></script>
|
||||
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
||||
{{ content }}</div>
|
||||
<p class="centered"><small><a lang="en" rel="prefetch" href="/n/">Return to note index?</a></small></p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user