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
# Usage: | |
# This adds a tag by the name `inline_css`. It takes one argument which is the | |
# path to a CSS file without any quotes: | |
# | |
# {% inline_css public/css/atf.css %} | |
# | |
# This would then read the file in the given directory relative to the root of | |
# the Jekyll installation and then embed that CSS at that location. | |
# | |
# Installation: |