fixing rss feed social link
This commit is contained in:
parent
f7b163087e
commit
9137559685
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule Home73kWeb.HomeView do
|
||||||
prof: false,
|
prof: false,
|
||||||
target: "_self"
|
target: "_self"
|
||||||
},
|
},
|
||||||
%{icon: "mdi-rss", url: "https://w.73k.us/feed/", prof: false, target: "_blank"},
|
%{icon: "mdi-rss", url: Routes.feed_path(conn, :rss), prof: false, target: "_blank"},
|
||||||
%{
|
%{
|
||||||
icon: "mdi-linkedin",
|
icon: "mdi-linkedin",
|
||||||
url: "https://www.linkedin.com/in/adampiontek/",
|
url: "https://www.linkedin.com/in/adampiontek/",
|
||||||
|
|
Loading…
Reference in a new issue