forked from AkkomaGang/akkoma
add a fallback function
This commit is contained in:
parent
6f23139864
commit
2858fd2da2
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ defp opengraph_tags(%{user: user}) do
|
|||
]
|
||||
end
|
||||
end
|
||||
|
||||
defp opengraph_tags(_) do
|
||||
[]
|
||||
end
|
||||
def to_tag(data) do
|
||||
with {name, attrs, _content = []} <- data do
|
||||
HTML.Tag.tag(name, attrs)
|
||||
|
|
Loading…
Reference in a new issue