From d7296597158f46fcaff0094f2b28e8bad9752909 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 16 Apr 2021 15:30:09 +0300 Subject: Add custom css to template --- site/templates/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'site') diff --git a/site/templates/index.html b/site/templates/index.html index 1256b2a..4bd9867 100644 --- a/site/templates/index.html +++ b/site/templates/index.html @@ -2,6 +2,7 @@ {% block head %} <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> +<link rel="stylesheet" href="/site.css" /> {% endblock head %} {% block hero %} -- cgit v1.2.3-70-g09d2