diff --git a/mix.exs b/mix.exs index 1ce3515..88425eb 100644 --- a/mix.exs +++ b/mix.exs @@ -86,6 +86,13 @@ defmodule AshArchival.MixProject do source_ref: "v#{@version}", extras: extras(), groups_for_extras: groups_for_extras(), + before_closing_head_tag: fn type -> + if type == :html do + """ + + """ + end + end, spark: [ extensions: [ %{