Skip to content

Commit

Permalink
Merge pull request #881 from nature-of-code/dev/page-reference
Browse files Browse the repository at this point in the history
Only adding page number after `link.page-reference`
  • Loading branch information
jasongao97 authored Feb 29, 2024
2 parents 8a55915 + 95d5930 commit be0e613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magicbook/stylesheets/components/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ a {

// Internal links
// for the ones include '#' but not at the end
&:not([href^='http'])[href*='#']:not([href$='#'])::after {
&.page-reference:not([href^='http'])[href*='#']:not([href$='#'])::after {
content: ' on page '
prince-script(
format-number,
Expand Down

0 comments on commit be0e613

Please sign in to comment.