Fix for issues 260 and 283 (#285)

* fix-262

* Replacing Moment.js with native JavaScript

* Update config.toml

Adding the "auto" option of themeStyle to the comment.

* Remains of Google+ removed

* Fix for issue 260

* Fix for issue 283
This commit is contained in:
MyGiHu 2021-01-18 14:18:55 +01:00 committed by GitHub
parent a3622efe77
commit 7bebd01f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
$nunito-font-path: '{{ with resources.Get "fonts/NunitoSans/NunitoSans-Regular.ttf" }}{{.Permalink}}{{ end }}'
$nunito-font-path: "../fonts/NunitoSans/NunitoSans-Regular.ttf"
/* vietnamese */
@font-face

View file

@ -1,7 +1,7 @@
// Variables
// --------------------------
$fa-font-path: "/fonts/fontawesome-free/webfonts" !default;
$fa-font-path: "../fonts/fontawesome-free/webfonts" !default;
$fa-font-size-base: 16px !default;
$fa-css-prefix: fa !default;
$fa-version: "5.2.0" !default;