Skip to content

Commit

Permalink
fix: add brackets to images keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Airscript committed Aug 21, 2022
1 parent 36c7e86 commit ebf84c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ label.iconWidth = "30"
label.icon = "logo.svg"
label.iconHeight = "30"
ShowShareButtons = false
images = "/logo-512x512"
images = ["/logo-512x512"]
displayFullLangName = true
ShowCodeCopyButtons = true
blogCustomCSS = ["/css/offline.css"]
Expand Down
2 changes: 1 addition & 1 deletion content/english/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: "about"
date: "2022-08-12"
author: "Airscript"
categories: ["general"]
images: "/logo-512x512"
images: ["/logo-512x512"]
tags: ["airscript", "about"]
summary: "Blog's about page where I tell about who I am, what I do and the objectives of the blog."
---
Expand Down
2 changes: 1 addition & 1 deletion content/italian/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: "about"
date: "2022-08-12"
author: "Airscript"
categories: ["general"]
images: "/logo-512x512"
images: ["/logo-512x512"]
tags: ["airscript", "about"]
summary: "About page di blog.airscript.it dove racconto chi sono, cosa faccio e gli obiettivi del blog."
---
Expand Down

0 comments on commit ebf84c5

Please sign in to comment.