metatags v0.1.1 Metatags
Metatags is used to provide an easy api to print out context-specific metatags.
Link to this section Summary
Link to this section Functions
turns metadata information into HTML tags
Link to this function
put(conn, key, value)
Puts a key and a value in the metadata store
example:
iex> %{metadata: %{}} |> Metatags.put("title", "Welcome!")
%{metadata: %{"title" => "Welcome!"}}