adds in te webring links!
This commit is contained in:
parent
17a5544c7a
commit
4333ce7ece
@ -3,6 +3,17 @@
|
||||
<img src="/assets/images/blinkers/rss.png" />
|
||||
RSS
|
||||
</a>
|
||||
|
||||
{% if page.url == '/comic' %}
|
||||
<img src="/assets/images/site.arrow.gif" height=5%
|
||||
class="inline">
|
||||
{% endif %}
|
||||
|
||||
<a href="/comic">
|
||||
<h3>EXTRAS</h3>
|
||||
</a>
|
||||
|
||||
|
||||
{% for post in site.comic %}
|
||||
{% if post.title == "comic index" %}
|
||||
{% continue %}
|
||||
|
@ -2,6 +2,18 @@
|
||||
layout: default
|
||||
navbar: "comicnav"
|
||||
---
|
||||
<div id="webring-disp">
|
||||
<div id='webcomicwebring'>
|
||||
<script type="text/javascript" src="https://webcomicring.org/js/comicring-variables.js"></script>
|
||||
<script type="text/javascript" src="https://webcomicring.org/js/comicring-widget.js"></script></div>
|
||||
|
||||
<script src="https://gusbus.space/smallweb-subway.js/doodlecrew.js"></script>
|
||||
<smallweb-subway-doodlecrew></smallweb-subway-doodlecrew>
|
||||
|
||||
<script src="https://gusbus.space/smallweb-subway.js/comics.js"></script>
|
||||
<smallweb-subway-comics></smallweb-subway-comics>
|
||||
</div>
|
||||
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h3>{{ page.name }}</h3>
|
||||
|
||||
|
@ -7,6 +7,7 @@ navbar: topnav
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<link rel="stylesheet" href="https://webcomicring.org/js/comicring.css">
|
||||
</head>
|
||||
<body>
|
||||
<img src="/assets/images/crt1.png" class="overlay">
|
||||
|
@ -69,3 +69,9 @@ img {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#webring-disp {
|
||||
display: flex;
|
||||
background-color: white;
|
||||
justify-content: center;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user