mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-01 03:02:38 +00:00
Fix odd font sizing for code
This commit is contained in:
@@ -12,14 +12,14 @@ ns:
|
||||
signature:
|
||||
workson: []
|
||||
hugoversion:
|
||||
relatedfuncs: [last]
|
||||
relatedfuncs: [last,seq]
|
||||
deprecated: false
|
||||
aliases: []
|
||||
---
|
||||
|
||||
`after` slices an array to only the items after the *N*th item. Combining `after` with `first` uses both use both halves of an array split at item *N*.
|
||||
|
||||
Works on [lists](/templates/list/), [taxonomies](/taxonomies/displaying/), [terms](/templates/terms/), [groups](/templates/list/)
|
||||
Works on [lists](/templates/list/), [taxonomies](/taxonomies/displaying/), [terms](/templates/terms/), and [groups](/templates/list/).
|
||||
|
||||
## Example: All Pages Starting with 10
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -85,10 +85,10 @@ aside {
|
||||
font-weight: bolder;
|
||||
margin-right: 1em;
|
||||
// background-color:$hugo-gray-ultra-light;
|
||||
code {
|
||||
font-size: .9em;
|
||||
// color:$hugo-pink;
|
||||
}
|
||||
// code {
|
||||
// font-size: .9em;
|
||||
// // color:$hugo-pink;
|
||||
// }
|
||||
//basically allows you to style with ***word*** in markdown for words like "Required"
|
||||
> strong > em > code {
|
||||
// color: $hugo-pink;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user