diff --git a/plugins/unified/deps.ts b/plugins/unified/deps.ts index 19cb417..88d8eed 100644 --- a/plugins/unified/deps.ts +++ b/plugins/unified/deps.ts @@ -14,13 +14,13 @@ export { default as rehypeExternalLinks } from 'npm:rehype-external-links@3.0.0' export { default as rehypeMinifyWhitespace } from 'npm:rehype-minify-whitespace@6.0.0' export { default as rehypePrismDiff } from 'npm:rehype-prism-diff@1.1.2' export { default as rehypePrismPlus } from 'npm:rehype-prism-plus@2.0.0' -export { default as rehypeSlugAnchorSectionize } from 'npm:rehype-slug-anchor-sectionize@0.2.0' export { slug } from 'npm:github-slugger@2.0.0' export { toString } from 'npm:hast-util-to-string@3.0.0' export { findAfter } from 'npm:unist-util-find-after@5.0.0' export { CONTINUE, EXIT, SKIP, visit } from 'npm:unist-util-visit@5.0.0' +export { default as rehypeSlugAnchorSectionize } from '#plugins/_deprecated/rehype-slug/mod.ts' export { default as rehypeCopyCode } from '#plugins/unified/rehype/rehypeCopyCode.ts' export { default as rehypeImgSize } from 'npm:rehype-img-size@1.0.1' export type { Test } from 'npm:unist-util-is@6.0.0' diff --git a/src/_includes/scss/layouts/_blog.scss b/src/_includes/scss/layouts/_blog.scss index dc2481f..56989e1 100644 --- a/src/_includes/scss/layouts/_blog.scss +++ b/src/_includes/scss/layouts/_blog.scss @@ -224,6 +224,8 @@ ol.series-list { .heading-section { + position: relative; + &__heading { position: relative;