edit config

This commit is contained in:
naoufal zerai
2022-08-23 11:47:35 -04:00
parent 20026f698c
commit a7c7f388d6
3 changed files with 10 additions and 4 deletions

View File

@@ -156,4 +156,8 @@ b,
.article.markdown-body .lntable tr>:first-child {
border-right-color: rgba(199, 213, 246, .25);
}
.powerby, .copyright{
color: #c7d5f6;
}

View File

@@ -1,3 +1,6 @@
<!--
for user-side override
-->
-->
<link rel="shortcut icon" type="image/png" href="{{ $.Site.Params.profile.avatar }}">
<link rel="shortcut icon" sizes="192x192" href="{{ $.Site.Params.profile.avatar }}">
<link rel="apple-touch-icon" href="{{ $.Site.Params.profile.avatar }}">