diff --git a/README.md b/README.md index 9daeafb..b3e74cd 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -test +no comment diff --git a/assets/android-chrome-192x192.png b/assets/android-chrome-192x192.png new file mode 100644 index 0000000..64d1f60 Binary files /dev/null and b/assets/android-chrome-192x192.png differ diff --git a/assets/android-chrome-512x512.png b/assets/android-chrome-512x512.png new file mode 100644 index 0000000..ef2e0b0 Binary files /dev/null and b/assets/android-chrome-512x512.png differ diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..6c40ed8 Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 0000000..64ce935 Binary files /dev/null and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 0000000..b6965e6 Binary files /dev/null and b/assets/favicon-32x32.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..ac63193 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/index.twig b/index.twig index 502b358..4e36e89 100644 --- a/index.twig +++ b/index.twig @@ -1,8 +1,8 @@ - - + + {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }} {% if meta.description %} @@ -15,6 +15,12 @@ {% if current_page %} {% endif %} + + + + + +