diff --git a/mix.exs b/mix.exs index 00ce525..bed3e3b 100644 --- a/mix.exs +++ b/mix.exs @@ -112,6 +112,13 @@ defmodule AshDoubleEntry.MixProject do source_ref: "v#{@version}", logo: "logos/small-logo.png", extras: extras(), + before_closing_head_tag: fn type -> + if type == :html do + """ + + """ + end + end, spark: [ extensions: [ %{