mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
add/style shoutouts
This commit is contained in:
parent
7010624123
commit
9cc06219be
2 changed files with 22 additions and 0 deletions
|
@ -42,7 +42,11 @@
|
||||||
<hr>
|
<hr>
|
||||||
<h3>status.lol</h3>
|
<h3>status.lol</h3>
|
||||||
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
||||||
|
<hr>
|
||||||
|
<h3>shoutouts</h3>
|
||||||
|
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>
|
||||||
{{- if eq .Site.Params.analytics true }}
|
{{- if eq .Site.Params.analytics true }}
|
||||||
<hr>
|
<hr>
|
||||||
|
<h3>webring</h3>
|
||||||
<a href="" target="_blank" class="tinylytics_webring" title="Tinylytics Webring">️🕸<img class="tinylytics_webring_avatar" src="" style="display: none"/>💍</a>
|
<a href="" target="_blank" class="tinylytics_webring" title="Tinylytics Webring">️🕸<img class="tinylytics_webring_avatar" src="" style="display: none"/>💍</a>
|
||||||
{{- end }}
|
{{- end }}
|
|
@ -315,6 +315,24 @@ a.tinylytics_webring {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* shoutouts styling */
|
||||||
|
.shoutout .shoutout__container .shoutout__title:before {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shoutout .shoutout__container .shoutout__title {
|
||||||
|
font-size: 1rem;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shoutout .shoutout__container .shoutout__content {
|
||||||
|
font-style: italic;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
line-height: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* post front matter styling*/
|
/* post front matter styling*/
|
||||||
.frontmatter hr {
|
.frontmatter hr {
|
||||||
margin-bottom: 0rem;
|
margin-bottom: 0rem;
|
||||||
|
|
Loading…
Reference in a new issue