diff --git a/content/people/mario_bassem/index.md b/content/people/mario_bassem/index.md deleted file mode 100644 index d2cb215be..000000000 --- a/content/people/mario_bassem/index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Mario Bassem -weight: 4 -description: Software Engineer -taxonomies: - people: [mario_bassem] - memberships: [team] -extra: - imgPath: mario.jpg - organizations: [threefold_tech] - countries: [Egypt] - cities: [Cairo] - private: 0 - socialLinks: { - LinkedIn: https://www.linkedin.com/in/mario-wassef, - github: https://github.com/mariobassem, - websites: https://threefold.tech, - } ---- - - \ No newline at end of file diff --git a/content/people/mario_bassem/mario.jpg b/content/people/mario_bassem/mario.jpg deleted file mode 100644 index c4ac1e325..000000000 Binary files a/content/people/mario_bassem/mario.jpg and /dev/null differ diff --git a/content/people/mayar_osama/index.md b/content/people/mayar_osama/index.md deleted file mode 100644 index 5ca591ab3..000000000 --- a/content/people/mayar_osama/index.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: Mayar Osama -weight: 4 -description: Development Team -taxonomies: - people: [mayar_osama] - memberships: [team] -extra: - imgPath: mayar_osama.jpeg - organizations: [threefold_tech] - countries: [Egypt] - cities: [Cairo] - private: 0 - socialLinks: { - LinkedIn: https://www.linkedin.com/in/mayar-osama-0177a4204/, - github: https://github.com/maayarosama, - websites: https://threefold.tech, - } ---- - - \ No newline at end of file diff --git a/content/people/mayar_osama/mayar_osama.jpeg b/content/people/mayar_osama/mayar_osama.jpeg deleted file mode 100644 index 51f5a6fe9..000000000 Binary files a/content/people/mayar_osama/mayar_osama.jpeg and /dev/null differ diff --git a/templates/blogPage.html b/templates/blogPage.html index 3852c978e..ae4d2cbee 100644 --- a/templates/blogPage.html +++ b/templates/blogPage.html @@ -55,9 +55,10 @@ -
+
{% if author %} - {{ author.title }} + {{ author.title }} + {% endif %}

  • - + {{ author.title }} - +
  • {% endif %} {% endfor %} @@ -86,8 +86,8 @@ {% if pages_str is containing(person) %} {% set author = get_page(path=author_path) %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %} - - {{ author.title }} + {{ author.title }} + {% endif %} {% endfor %} diff --git a/templates/partials/featuredBlog.html b/templates/partials/featuredBlog.html index 5875b4c84..2ffc7aaeb 100644 --- a/templates/partials/featuredBlog.html +++ b/templates/partials/featuredBlog.html @@ -27,7 +27,8 @@ {% set author_path = 'people/' ~ author ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %} - --> + {{ author.title }} {{ author.title }} + " /> {{ author.title }} + {% endfor %} diff --git a/templates/partials/featuredNews.html b/templates/partials/featuredNews.html index 50e03c627..2cd7f8f75 100644 --- a/templates/partials/featuredNews.html +++ b/templates/partials/featuredNews.html @@ -19,7 +19,8 @@ {% set author_path = 'people/' ~ author ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %} - --> + {{ author.title }} {{ author.title }} + " /> {{ author.title }} + {% endfor %} diff --git a/templates/partials/tagCard.html b/templates/partials/tagCard.html index 934f9ab16..1ad890e75 100644 --- a/templates/partials/tagCard.html +++ b/templates/partials/tagCard.html @@ -1,4 +1,4 @@ -
    +
    @@ -6,13 +6,13 @@ {%endif %}
    -
    @@ -16,7 +16,7 @@ let activeCategory = window.location.pathname.split("/")[2] if (typeof activeCategory === "undefined") { activeLink = document.getElementById("all") } else { activeLink = document.getElementById(activeCategory) } - activeLink.className = activeLink.className.replace("text-black font-normal", "text-black font-semibold"); + activeLink.className = activeLink.className.replace("text-gray-300 font-normal", "text-gray-300 font-semibold"); } setActiveCategory() diff --git a/templates/tags/single.html b/templates/tags/single.html index 025e23ecd..cbadd8057 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -4,7 +4,7 @@
    -
    +
    {% include "partials/tagsCards.html" %} {% include "partials/tagsSidebar.html" %}