Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pelican-theme-teckids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
Team PR
pelican-theme-teckids
Compare revisions
a24458671de2c85c8dbe10dd1eb490e9cb463df7 to 7c9674b08879166ae4fb609f788696b5d8e507a0
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
7c9674b08879166ae4fb609f788696b5d8e507a0
Select Git revision
Branches
master
set-max-carousel-img-height
Swap
Target
Teckids/team-pr/pelican-theme-teckids
Select target project
No results found
a24458671de2c85c8dbe10dd1eb490e9cb463df7
Select Git revision
Branches
master
set-max-carousel-img-height
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix broken navbar-collapse
· 7c9674b0
magicfelix
authored
3 years ago
Verified
7c9674b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/base.html
+1
-1
1 addition, 1 deletion
templates/base.html
with
1 addition
and
1 deletion
templates/base.html
View file @
7c9674b0
...
...
@@ -55,7 +55,7 @@
<a
class=
"navbar-brand"
href=
"{{ SITEURL }}"
>
<img
id=
"logo"
src=
"{{ SITELOGO }}"
alt=
"{{ SITENAME }}"
>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbar-collapse"
aria-controls=
"navbar-collapse"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<button
class=
"navbar-toggler"
type=
"button"
data-
bs-
toggle=
"collapse"
data-
bs-
target=
"#navbar-collapse"
aria-controls=
"navbar-collapse"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
...
...
This diff is collapsed.
Click to expand it.