Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo Theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MACAO
MACAO Hugo Theme
Compare revisions
a6970e449194b8568d9303f099ef591025180f58 to b5ca12c7a576389bc20ad0d90bc4c106a4a1cbb6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
macao/macao-hugo-theme
Select target project
No results found
b5ca12c7a576389bc20ad0d90bc4c106a4a1cbb6
Select Git revision
Branches
master
1 result
Swap
Target
macao/macao-hugo-theme
Select target project
macao/macao-hugo-theme
1 result
a6970e449194b8568d9303f099ef591025180f58
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Include Bootstrap
· b5ca12c7
Anthony
authored
5 months ago
b5ca12c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/partials/docs/html-head.html
+3
-0
3 additions, 0 deletions
layouts/partials/docs/html-head.html
with
3 additions
and
0 deletions
layouts/partials/docs/html-head.html
View file @
b5ca12c7
...
...
@@ -14,6 +14,9 @@
<title>
{{ partial "docs/html-head-title" . }}
</title>
<!--Include Lib called everywhere -->
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
></script>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity=
"sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin=
"anonymous"
referrerpolicy=
"no-referrer"
/>
<script
defer
type=
"text/javascript"
src=
"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
></script>
...
...
This diff is collapsed.
Click to expand it.