-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.html
More file actions
29 lines (28 loc) · 830 Bytes
/
styles.html
File metadata and controls
29 lines (28 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{% comment%} Enqueue CSS and favicon. Recommended to use .ico instead of .png.
{% endcomment %}
<link
rel="icon"
href="{{ 'assets/images/favicons/favicon.ico' | relative_url }}"
type="image/png"
/>
<link
rel="stylesheet"
href="{{ 'assets/css/bootstrap/bootstrap.min.css' | relative_url }}"
/>
<link
rel="stylesheet"
href="{{ 'assets/css/bootstrap/bootstrap.min.css.map' | relative_url }}"
/>
<link
rel="stylesheet"
href="{{ 'assets/css/hamburgers/hamburgers.min.css' | relative_url }}"
/>
<!-- <link
rel="stylesheet"
href="{{ 'assets/css/bootstrap/bootstrap.rtl.min.css' | relative_url }}"
/>
<link
rel="stylesheet"
href="{{ 'assets/css/bootstrap/bootstrap.rtl.min.css.map' | relative_url }}"
/> -->
<link rel="stylesheet" href="{{ 'assets/css/style.css' | relative_url }}" />