diff --git a/_includes/project_card.html b/_includes/project_card.html index 683b15b..36763d9 100644 --- a/_includes/project_card.html +++ b/_includes/project_card.html @@ -1,17 +1,17 @@
-
+
+ {%- if project.authors -%} {% capture authors %} {%- for author in project.authors -%} {{ author }} - {%- if forloop.last == false -%},{%- endif -%} - {%- endfor -%} + {%- if forloop.last == false -%},{%- endif -%} + {%- endfor -%} {% endcapture %} {{authors | replace: ",", ", " | truncate:40}}{{authors | replace: ",", ", "}} {%- endif -%} diff --git a/_layouts/project.html b/_layouts/project.html index af02f49..b385bea 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -1,17 +1,20 @@ --- layout: default --- -
+
-

{{ page.title | escape }} {{page.status}}

+

+ {{ page.title | escape }} + {{page.status}} +

{{ page.title | escape }}

-
+ @@ -97,4 +100,4 @@

{{ page.title | escape }} {{content}} {%- endif -%}

-
\ No newline at end of file +
diff --git a/_sass/main.scss b/_sass/main.scss index d8b3edc..1b46fbb 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -33,6 +33,10 @@ html, body { .content { padding: 1rem 0; + + img { + @include img-fluid(); + } } .post {