From b7b4d8775a8164018d65ae139f3b1821e6b6874c Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Fri, 06 May 2022 14:27:15 +0000
Subject: [PATCH] Merge branch 'master' into demo

---
 README.md |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 33b1f6e..e47cac4 100644
--- a/README.md
+++ b/README.md
@@ -239,6 +239,7 @@
   [params]
     custom_css = ["custom.css","special.css"]
 ```
+__IMPORTANT__: Files registered through the `custom_css` array, while unlimited in number, must be of the same type (Ex: all `scss` or all `css`)
 
 __Note on retrocompatibiliy for custom css__: If the files registered through the `custom_css` setting are not found in `assets/ananke/css` the theme will expect them to live at the given path relative to the static directory and load them as <link> requests.
 
@@ -287,7 +288,8 @@
   date_format = "2. January 2006"
 ```
 
-See hugo's documentation of the [`dateFormat` function](https://gohugo.io/functions/dateformat/) for more details.
+With hugo 0.87.0 and above, you can also use predefined layout, like `:date_full`, and it will output localized dates or times. 
+See hugo's documentation of the [`time.Format` function](https://gohugo.io/functions/dateformat/) for more details.
 
 
 ### Nearly finished

--
Gitblit v1.10.0