Created
January 19, 2019 16:08
-
-
Save ishikawa/73365d337ffce91b1549b3b26da047a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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