add a fallback function
This commit is contained in:
parent
6f23139864
commit
2858fd2da2
|
@ -57,7 +57,9 @@ defp opengraph_tags(%{user: user}) do
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
defp opengraph_tags(_) do
|
||||||
|
[]
|
||||||
|
end
|
||||||
def to_tag(data) do
|
def to_tag(data) do
|
||||||
with {name, attrs, _content = []} <- data do
|
with {name, attrs, _content = []} <- data do
|
||||||
HTML.Tag.tag(name, attrs)
|
HTML.Tag.tag(name, attrs)
|
||||||
|
|
Loading…
Reference in New Issue