diff --git a/_authors/dean.md b/_authors/dean.md index 9c816a2..2ad6e47 100644 --- a/_authors/dean.md +++ b/_authors/dean.md @@ -3,5 +3,7 @@ short_name: dean name: Dean Eigenmann position: Protocol Researcher twitter: DeanEigenmann +github: decanus website: https://dean.eigenmann.me +image: dean.png --- \ No newline at end of file diff --git a/_authors/oskarth.md b/_authors/oskarth.md index 1a9d9cf..9a96f2b 100644 --- a/_authors/oskarth.md +++ b/_authors/oskarth.md @@ -3,4 +3,6 @@ short_name: oskarth name: Oskar Thoren position: Protocol Researcher twitter: oskarth +github: oskarth +image: oskar.png --- \ No newline at end of file diff --git a/_layouts/author.html b/_layouts/author.html index 2771d0b..f5d6cd4 100644 --- a/_layouts/author.html +++ b/_layouts/author.html @@ -8,6 +8,7 @@ layout: default

{{ page.name }}

Twitter + • Github {% if page.website %} • Website {% endif %} @@ -23,4 +24,4 @@ layout: default
- + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 32073ff..5a15093 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -33,7 +33,7 @@ layout: default
@@ -42,7 +42,7 @@ layout: default
- +
@@ -192,26 +192,22 @@ layout: default
+ + {% for author in site.authors %} +
- -

Oskar Thoren

+ {{ author.name }} +

{{ author.name }}

    -
  • -
  • -
-
-
-
-
- -

Dean Eigenmann

-
    -
  • -
  • +
  • +
+ + {% endfor %} +
-
+ \ No newline at end of file