mirror of
https://github.com/He4eT/xecut-site.git
synced 2026-05-05 01:47:25 +00:00
css: add normalize.css
This commit is contained in:
parent
b7c6af4178
commit
e0d362e818
4 changed files with 16 additions and 2 deletions
4
src/_assets/vendor.css.njk
Normal file
4
src/_assets/vendor.css.njk
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
permalink: _assets/css/vendor.css
|
||||
---
|
||||
{% include "../../node_modules/normalize.css/normalize.css" %}
|
||||
|
|
@ -18,6 +18,8 @@
|
|||
title="{{ translations[page.lang]['title'] }}"
|
||||
type="application/atom+xml">
|
||||
|
||||
<link rel="stylesheet" href="/_assets/css/vendor.css">
|
||||
|
||||
<link rel="stylesheet" href="/_assets/css/base.css">
|
||||
<link rel="stylesheet" href="/_assets/css/menu.css">
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue