aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-20 02:31:00 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-20 02:31:00 -0400
commite2aff35eb02e501640987e72a08b40a32120204d (patch)
treea27ae9f41720d6a0ceb26fd2e981bc8c79860327 /public
parentbf3d2b054388da125568f23b64509a9ec8e939b9 (diff)
downloadthedroneely.com-e2aff35eb02e501640987e72a08b40a32120204d.tar.gz
thedroneely.com-e2aff35eb02e501640987e72a08b40a32120204d.tar.bz2
thedroneely.com-e2aff35eb02e501640987e72a08b40a32120204d.zip
generators/hugo/layouts/_markup/render-image: Deprecate image shortcodes
Add render image hook and carefully slip figures into content. Image shortcodes can now be replaced with markdown and eventually removed.
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index a0c2753..9df79df 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -505,11 +505,6 @@ ul {
text-align: center;
}
-.content figure a {
- display: inline-block;
- width: 100%;
-}
-
.content sup,
.content sub {
font-size: 75%;
@@ -1425,7 +1420,7 @@ ol li:before {
position: absolute;
}
-figure a,
+figure > a,
.navbar-item,
.webring a,
.article__more__content a,