File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ footer-link-col: "#404040"
101
101
# footer-img: "/assets/img/bgimage.png"
102
102
# page-img: "/assets/img/bgimage.png"
103
103
104
+ # You can also include any number of additional CSS assets in every page on your site
105
+ # site-css:
106
+ # - "/assets/css/my-style.css"
107
+
104
108
# --- Web Statistics Section --- #
105
109
106
110
# Fill in your Google Analytics gtag.js ID to track your website using gtag
Original file line number Diff line number Diff line change 44
44
{% endfor %}
45
45
{% endif %}
46
46
47
+ {% if site.site-css %}
48
+ {% for css in site.site-css %}
49
+ < link rel ="stylesheet " href ="{{ css | relative_url }} ">
50
+ {% endfor %}
51
+ {% endif %}
52
+
47
53
<!-- Facebook OpenGraph tags -->
48
54
{% if site.fb_app_id %}
49
55
< meta property ="fb:app_id " content ="{{ site.fb_app_id }} ">
You can’t perform that action at this time.
0 commit comments