diff --git a/projects.html b/projects.html index 29fdd39..9a7539b 100644 --- a/projects.html +++ b/projects.html @@ -15,7 +15,28 @@

Websites

{%- if website.image -%} - + {% assign image_path = website.image | prepend: "/assets/img/" | append: "-hidpi.png" %} + {%- endif -%}
@@ -39,7 +60,28 @@

Desktop programs

{%- if program.image -%} - + {% assign image_path = program.image | prepend: "/assets/img/" %} + {%- endif -%}
@@ -63,7 +105,28 @@

Documents

{%- if document.image -%} - + {% assign image_path = document.image | prepend: "/assets/img/" | append: "-hidpi.png" %} + {%- endif -%}