Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
d972b5e7
Commit
d972b5e7
authored
Dec 27, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced 'bootstrap_v5.min.css' with all files in 'vendor/bootstrap/'
parent
82269ee6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
uitwww/templates/layout.html
uitwww/templates/layout.html
+9
-2
No files found.
uitwww/templates/layout.html
View file @
d972b5e7
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# Copyright (C) 2023 shadMod
# Copyright (C) 2023 shadMod
<m
.
allegro
@
shadmod
.
com
>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
...
...
@@ -27,9 +27,16 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<!-- static ubuntu css -->
<link
rel=
"stylesheet"
href=
"https://static.ubuntu-it.org/fonts/ubuntu/include.min.css"
>
<link
rel=
"stylesheet"
href=
"https://static.ubuntu-it.org/themes/italy/theme.min.css"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap_v5.min.css') }}"
>
<!-- bootstrap vendor css -->
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap/colors.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap/format_text.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap/grid.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap/layout.min.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/vendor/bootstrap/root.min.css') }}"
>
<!-- custom lib css -->
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='assets/libs/main.min.css') }}"
>
{% block extra_header %}{% endblock %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment