commit e3c55e4ae12819577164b2b9d181b6d80b678cb6
parent b8f10a7ab2db2090ce7355c8d07ff1d95c84d114
Author: corndog <cauchyn@firemail.cc>
Date: Fri, 4 Jan 2019 19:16:05 -0800
Add a page for the pups
Diffstat:
5 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/Caddyfile b/Caddyfile
@@ -25,7 +25,7 @@ grgr.me {
/PGP /pgp.txt
}
rewrite {
- ext .css,.png,.woff
+ ext .css,.jpg,.png,.woff
if {>Referer} not ""
if {>Referer} not_starts_with "https://grgr.me/"
to /hotlink
diff --git a/in/dogs/index.md b/in/dogs/index.md
@@ -0,0 +1,9 @@
+title: dogs
+tags: prose
+----
+
+<center>Training these scamps.</center>
+
+[](./mona.jpg)
+
+[](./simon.jpg)
diff --git a/in/dogs/mona.jpg b/in/dogs/mona.jpg
Binary files differ.
diff --git a/in/dogs/simon.jpg b/in/dogs/simon.jpg
Binary files differ.
diff --git a/in/static/style.css b/in/static/style.css
@@ -44,6 +44,10 @@ iframe {
width: 100%;
}
+img {
+ max-width: 100%;
+}
+
li {
margin-top: 3px;
}
@@ -66,6 +70,7 @@ sup {
img.embed {
display: none;
+ max-width: inherit;
position: absolute;
right: 102%;
z-index: 1;