Browse Source

Added site author

pull/18/head
Anxhelo Lushka 3 years ago
parent
commit
a03bd34df6
  1. 4
      assets/scss/_custom.scss
  2. 4
      config.toml

4
assets/scss/_custom.scss

@ -149,7 +149,7 @@ h6 {
// SVG
.inline-svg {
display: inline-flex;
align-self: center;
justify-content: center;
height: 1em;
width: 1em;
top: 0.1em;
@ -325,7 +325,7 @@ footer {
.cta .inline-svg {
color: $blue-600;
font-size: 2rem;
margin-right: 0.5rem;
margin-right: 0.25rem;
&:hover {
color: $blue-700;

4
config.toml

@ -33,6 +33,10 @@ paginate = 8
[permalinks]
blog = "/blog/:filename/"
[author]
name = "Ura Design"
email = "hello@ura.design"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]

Loading…
Cancel
Save