mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-26 17:02:17 +00:00
Compare commits
2 commits
f297ea32ce
...
e06017dbdc
Author | SHA1 | Date | |
---|---|---|---|
e06017dbdc | |||
555a4dd418 |
2 changed files with 17 additions and 0 deletions
|
@ -42,7 +42,10 @@
|
|||
<hr>
|
||||
<h3>status.lol</h3>
|
||||
<script src="https://status.lol/jbowdre.js?time&link&fluent&pretty"></script>
|
||||
<hr>
|
||||
<script src="https://shoutouts.lol/embed/kz-49_TpBK2YexqL6Gyf.js" defer></script>
|
||||
{{- if eq .Site.Params.analytics true }}
|
||||
<hr>
|
||||
<h3>webring</h3>
|
||||
<a href="" target="_blank" class="tinylytics_webring" title="Tinylytics Webring">️🕸<img class="tinylytics_webring_avatar" src="" style="display: none"/>💍</a>
|
||||
{{- end }}
|
|
@ -315,6 +315,20 @@ a.tinylytics_webring {
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
/* shoutouts styling */
|
||||
.shoutout .shoutout__container .shoutout__title {
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.shoutout .shoutout__container .shoutout__content {
|
||||
font-style: italic;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
|
||||
/* post front matter styling*/
|
||||
.frontmatter hr {
|
||||
margin-bottom: 0rem;
|
||||
|
|
Loading…
Reference in a new issue