Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flear-site
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FLEAR
flear-site
Commits
09ce2534
Verified
Commit
09ce2534
authored
1 year ago
by
Jeffrey Phillips Freeman
Browse files
Options
Downloads
Plain Diff
Merge branch 'upstream'
parents
59daf0c7
9844fe32
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2169
passed with stage
Stage:
in 1 minute and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
layouts/partials/paginator.html
+2
-2
2 additions, 2 deletions
layouts/partials/paginator.html
with
3 additions
and
2 deletions
CHANGELOG.md
+
1
−
0
View file @
09ce2534
...
...
@@ -26,6 +26,7 @@
*
Table of contents will now render if frontmatter
`toc`
is set to
`true`
.
*
Fixed a bug where backslashes in the summary of a post could break ActivityPub
JSON endpoints.
*
Fixed the paginator next and previous links, they were assigned backwards.
## 1.1.0
...
...
This diff is collapsed.
Click to expand it.
layouts/partials/paginator.html
+
2
−
2
View file @
09ce2534
<div
class=
'extra-pagination inner'
>
<nav
class=
'pagination'
role=
'pagination'
>
{{ if .Paginator.Has
Next
}}
<a
href=
"{{ .Paginator.
Next
.URL }}"
class=
"newer-posts"
>
← Newer Posts
</a>
{{ end }}
{{ if .Paginator.Has
Prev
}}
<a
href=
"{{ .Paginator.
Prev
.URL }}"
class=
"newer-posts"
>
← Newer Posts
</a>
{{ end }}
<span
class=
'page-number'
>
Page {{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }}
</span>
{{ if .Paginator.Has
Prev
}}
<a
href=
"{{ .Paginator.
Prev
.URL }}"
class=
"older-posts"
>
Older Posts →
</a>
{{ end }}
{{ if .Paginator.Has
Next
}}
<a
href=
"{{ .Paginator.
Next
.URL }}"
class=
"older-posts"
>
Older Posts →
</a>
{{ end }}
</nav>
</div>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment