diff --git a/03_people.md b/03_people.md index 3834e1f..cbc6664 100644 --- a/03_people.md +++ b/03_people.md @@ -36,7 +36,11 @@ redirect_from: {% for app in site.apps %} {% endfor %} diff --git a/04_applications.md b/04_applications.md index 3cb20dc..9110aae 100644 --- a/04_applications.md +++ b/04_applications.md @@ -35,7 +35,11 @@ in your academic work. {%- endif -%} {% for app in site.apps %} {%- if app.category == category %} +{%- if app.redirect_to -%} +* ↗[{{ app.title }}]({{ app.url | relative_url }}) +{%- else -%} * [{{ app.title }}]({{ app.url | relative_url }}) +{%- endif %} {%- endif %} {% endfor %} {% endfor %} diff --git a/_includes/social.html b/_includes/social.html index e2ddb94..0c6fac0 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -22,7 +22,7 @@ {%- if social.telegram -%}
  • {%- endif -%} {%- if social.keybase -%}
  • {%- endif -%} {%- if social.microdotblog -%}
  • {%- endif -%} - {%- if social.devto -%}
  • {%- endif -%} - {%- if social.scholar -%}
  • G+
  • {%- endif -%} - {%- if social.researchgate -%}
  • RG
  • {%- endif -%} + {%- if social.devto -%}
  • {%- endif -%} + {%- if social.scholar -%}
  • G+
  • {%- endif -%} + {%- if social.researchgate -%}
  • RG
  • {%- endif -%} diff --git a/_layouts/default.html b/_layouts/default.html index 8b26ef1..68ef475 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,10 @@
    - {{ content }} + {{ content | replace: ' ˄