Skip to content

Commit 0f031cd

Browse files
Dedelweissckipp01
authored andcommitted
Add the CSS import in the layout
Add import CSS Correct import
1 parent 51bbee0 commit 0f031cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_layouts/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<link rel="dns-prefetch" href="//fonts.googleapis.com">
22
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
33
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
4+
<link rel="stylesheet" href="{{site.baseurl}}/css/dottydoc.css">
45

56
{{ content }}

0 commit comments

Comments
 (0)