Skip to content

Commit

Permalink
Update behaviour.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp authored Nov 22, 2023
1 parent b5dceeb commit a9feb1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/beacon/data_source/behaviour.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ defmodule Beacon.DataSource.Behaviour do
<%= @beacon_live_data[:year] %>
Note that module has to be linked to your site by providing
its name to `beacon_site/2` in your app router.
Your data source module has to be informed in your site's config `:data_source` to be loaded,
see `Beacon.Config` for more info and examples.
"""

@optional_callbacks page_title: 2, meta_tags: 2
Expand Down

0 comments on commit a9feb1a

Please sign in to comment.