diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd5c78a..6f65f2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,15 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [Unreleased](https://framagit.org/iGormilhit/portfoliGor/compare/0.1.1...HEAD)
+### Fixed
+
+- data: sort terms in post information [`#13`](https://framagit.org/iGormilhit/portfoliGor/issues/13)
+- style: Implements nord color scheme [`#7`](https://framagit.org/iGormilhit/portfoliGor/issues/7)
+
+### Commits
+
+- head: add a favicon [`e2b3d52`](https://framagit.org/iGormilhit/portfoliGor/commit/e2b3d52e7eb465cedf80077067f3bdaf3691cf4b)
+
## [0.1.1](https://framagit.org/iGormilhit/portfoliGor/compare/0.1.0...0.1.1) - 2020-06-01
### Fixed
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 364182f..333e5f3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -15,5 +15,13 @@
{{ end }}
{{ range .AlternativeOutputFormats -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
-{{ end -}}
+ {{ end -}}
+
+
+
+
+
+
+
+
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..f525961
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/android-chrome-256x256.png b/static/android-chrome-256x256.png
new file mode 100644
index 0000000..d82c848
Binary files /dev/null and b/static/android-chrome-256x256.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..b7f1119
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #da532c
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..3be0070
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..b86a4e0
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..ef9e1c6
Binary files /dev/null and b/static/favicon.ico differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..54c5e33
Binary files /dev/null and b/static/mstile-150x150.png differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..86488bf
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,491 @@
+
+
+
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..de65106
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}