diff --git a/lib/osuuspuutarha_web/templates/layout/root.html.heex b/lib/osuuspuutarha_web/templates/layout/root.html.heex index d4cd780..c13d09a 100644 --- a/lib/osuuspuutarha_web/templates/layout/root.html.heex +++ b/lib/osuuspuutarha_web/templates/layout/root.html.heex @@ -5,7 +5,7 @@ - <%= live_title_tag assigns[:page_title] || "Osuuspuutarha", suffix: " · Phoenix Framework" %> + <%= live_title_tag assigns[:page_title] || "Etusivu", suffix: " · Osuuspuutarha" %> @@ -20,9 +20,8 @@ <% end %> - + Osuuspuutarha Logo +

Livonsaaren Osuuspuutarha

<%= @inner_content %> diff --git a/lib/osuuspuutarha_web/templates/page/index.html.heex b/lib/osuuspuutarha_web/templates/page/index.html.heex index f844bd8..c2f1da4 100644 --- a/lib/osuuspuutarha_web/templates/page/index.html.heex +++ b/lib/osuuspuutarha_web/templates/page/index.html.heex @@ -1,41 +1 @@ -
-

<%= gettext "Welcome to %{name}!", name: "Phoenix" %>

-

Peace of mind from prototype to production

-
- -
-
-

Resources

- -
-
-

Help

- -
-
+

Kalenteri

diff --git a/mix.exs b/mix.exs index e0e2309..3a9774e 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,6 @@ defmodule Osuuspuutarha.MixProject do version: "0.1.0", elixir: "~> 1.12", elixirc_paths: elixirc_paths(Mix.env()), - compilers: [:gettext] ++ Mix.compilers(), start_permanent: Mix.env() == :prod, aliases: aliases(), deps: deps() diff --git a/priv/static/images/logo.jpg b/priv/static/images/logo.jpg new file mode 100644 index 0000000..f78b114 Binary files /dev/null and b/priv/static/images/logo.jpg differ