commit 8060493cbbdcdb51e9ab5fda94a2bf217aff2281 parent bf4124f4f5261a1d97b994c01ba77d490868cf79 Author: Heiswayi Nrird <hnrird@gmail.com> Date: Thu, 12 Jul 2018 22:47:12 +0800 Fixed missing typos Diffstat:
M | _includes/head.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/head.html b/_includes/head.html @@ -95,5 +95,5 @@ <link rel="next" href="{{ paginator.next_page_path | prepend: site.baseurl | prepend: site.url }}"> {% endif %} - <link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}"> + <link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl | prepend: site.url }}"> </head>