Skip to content

Commit 068a25b

Browse files
committed
update meta tags
1 parent 777679e commit 068a25b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

config/config.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Config
1010
config :algora,
1111
title: "Algora",
1212
description:
13-
"Algora is a developer tool & community simplifying bounties, hiring & open source sustainability.",
13+
"Discover GitHub bounties, contract work and jobs. Hire the top 1% open source developers.",
1414
ecto_repos: [Algora.Repo],
1515
generators: [timestamp_type: :utc_datetime_usec],
1616
redirects: [

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ defmodule AlgoraWeb.HomeLive do
5656

5757
{:ok,
5858
socket
59+
|> assign(:page_title, "Algora - The open source Upwork for engineers")
60+
|> assign(:page_image, "#{AlgoraWeb.Endpoint.url()}/images/og/home.png")
5961
|> assign(:screenshot?, not is_nil(params["screenshot"]))
6062
|> assign(:oauth_url, Github.authorize_url(%{socket_id: socket.id}))
6163
|> assign(:featured_devs, Accounts.list_featured_developers(country_code))

priv/static/images/og/home.png

-164 KB
Loading

0 commit comments

Comments
 (0)