Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/authors.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/_layouts/authors.html b/_layouts/authors.html
index 026372a..9fa72ea 100644
--- a/_layouts/authors.html
+++ b/_layouts/authors.html
@@ -6,8 +6,10 @@ class: wide
{% for author in site.data.authors %}
<div style="display:block;">
+<div style="display:block;">
{% if author[1].avatar %}
- <div style="display:flex;">
+ <!--<div style="display:flex;">-->
+ <div>
<div class="author__avatar">
{% if author[1].avatar contains "://" %}
{% assign author_src = author[1].avatar %}