Improve CSS styling
This commit is contained in:
+3
-3
@@ -76,7 +76,7 @@ xaymar:
|
||||
info:
|
||||
home: 'Home'
|
||||
footer:
|
||||
copyright: "2021 © Michael Fabian 'Xaymar' Dirks"
|
||||
copyright: "© 2021 Michael Fabian 'Xaymar' Dirks"
|
||||
index:
|
||||
readmore: 'Read More'
|
||||
excerpt:
|
||||
@@ -183,7 +183,7 @@ autopages:
|
||||
silent: false
|
||||
slugify:
|
||||
mode: 'default' # :cat is slugified. Modes: default, raw, pretty, ascii, latin
|
||||
case: true # Whether to replace all uppercase letters with their lowercase counterparts
|
||||
case: false # Whether to replace all uppercase letters with their lowercase counterparts
|
||||
|
||||
# Collection pages, omit to disable
|
||||
collections:
|
||||
@@ -200,7 +200,7 @@ autopages:
|
||||
tags:
|
||||
layouts:
|
||||
- 'index.liquid'
|
||||
title: ':tag' # :tag is replaced by the tag name
|
||||
title: 'Tag: :tag' # :tag is replaced by the tag name
|
||||
permalink: '/tag/:tag'
|
||||
silent: false
|
||||
slugify:
|
||||
|
||||
Reference in New Issue
Block a user