remove ipv6 canvas banner
This commit is contained in:
parent
ae7d4ba500
commit
d8a7237bec
@ -6,8 +6,6 @@ extra:
|
||||
# redir_to: /timeline
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
# Blog
|
||||
|
||||
The following is a list of articles I've written. This is also available in [RSS](/rss.xml) format.
|
@ -35,7 +35,8 @@
|
||||
<link rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.1.0/github-markdown-light.min.css"
|
||||
crossorigin="anonymous" referrerpolicy="no-referrer" lazyload />
|
||||
{# <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
{#
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> #}
|
||||
<link rel="stylesheet" href="/styles/typography.css">
|
||||
|
||||
@ -60,7 +61,9 @@
|
||||
{% include "components/navbar.html" %}
|
||||
|
||||
{% if announcement %}
|
||||
<p class="announcement">{{announcement | safe}}</p>
|
||||
<p class="announcement">{{announcement | safe}}</p>
|
||||
{% else %}
|
||||
<br>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@ -84,7 +87,8 @@
|
||||
</div>
|
||||
|
||||
{# External scripts #}
|
||||
{# <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
||||
{#
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
|
||||
crossorigin="anonymous"></script> #}
|
||||
|
||||
|
@ -30,7 +30,9 @@
|
||||
{% if section.extra.uses %}
|
||||
{% set feature_flags = section.extra.uses %}
|
||||
{% endif %}
|
||||
{% set announcement = "Found me though the IPv6 Canvas? Click <a href='/blog/ipv6-canvas'>here</a>." %}
|
||||
{% if section.extra.announcement %}
|
||||
{% set announcement = section.extra.announcement %}
|
||||
{% endif %}
|
||||
{% endblock variable_wormhole %}
|
||||
|
||||
{# Page content #}
|
||||
|
@ -42,7 +42,6 @@
|
||||
{% include "components/heading-card.html" %}
|
||||
{% endblock page_start %}
|
||||
{% block content %}
|
||||
<div style="height:0.5em;"></div>
|
||||
<h1 style="margin-bottom:0;padding-bottom:0;">{{page.title}}</h1>
|
||||
<em>{{page.description}}</em>
|
||||
<br><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user