1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

Theme modified (#5)

This commit is contained in:
Avinal Kumar
2021-01-26 21:49:47 +05:30
committed by GitHub
parent e57081eaac
commit add5b6acc9
5 changed files with 13 additions and 13 deletions
+1 -5
View File
@@ -43,7 +43,7 @@ EXTRA_PATH_METADATA = {
'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'},
}
RFG_FAVICONS = True
RFG_FAVICONS = False
# icons
ICONS = [
@@ -51,10 +51,6 @@ ICONS = [
('linkedin', 'https://www.linkedin.com/in/avinal/')
]
LINKS = [
('hello', "mailto:me")
]
DEFAULT_PAGINATION = 10
PYGMENTS_STYLE = 'monokai'