Skip to content

Instantly share code, notes, and snippets.

@ishikawa
Created January 19, 2019 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ishikawa/73365d337ffce91b1549b3b26da047a8 to your computer and use it in GitHub Desktop.
Save ishikawa/73365d337ffce91b1549b3b26da047a8 to your computer and use it in GitHub Desktop.
defp docs_before_closing_head_tag(:html) do
~s{<link rel="stylesheet" href="assets/doc.css">}
end
defp docs_before_closing_head_tag(_), do: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment