From ab77556cb0a3fb1677893e75c1b75e3b5bea8cc5 Mon Sep 17 00:00:00 2001 From: kmfrick Date: Sun, 12 May 2024 11:56:13 +0100 Subject: [PATCH 1/2] Add RePEc social icon --- docs/svgs.md | 1 + layouts/partials/svg.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/svgs.md b/docs/svgs.md index 514f8f6..7086bcf 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -64,6 +64,7 @@ - [podcasts-google](https://simpleicons.org/?q=podcast) - [polywork](https://simpleicons.org/?q=polywork) - [reddit](https://simpleicons.org/?q=reddit) +- repec - [researchgate](https://simpleicons.org/?q=researchgate) - [revolut](https://simpleicons.org/?q=revolut) - [signal](https://simpleicons.org/?q=signal) diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index f1a3c04..b3a7916 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -134,6 +134,8 @@ {{- else if (eq .name "reddit") -}} +{{- else if (eq .name "repec") -}} + {{- else if (eq .name "researchgate") -}} {{- else if (eq .name "revolut") -}} From e78a00ee84e1635d54231fc8b37a087c05fa62d2 Mon Sep 17 00:00:00 2001 From: Josde Date: Mon, 29 Jul 2024 19:28:49 +0200 Subject: [PATCH 2/2] sort top menu items by identifier --- layouts/partials/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 2624414..57a36c7 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,7 +1,7 @@