title | published | css |
---|---|---|
Star Wars: Red Carpet Sound-Off |
true |
star-wars-case-study |
Last active
June 8, 2018 14:18
-
-
Save ethagnawl/00774256f446f542c3345527b6226279 to your computer and use it in GitHub Desktop.
hakyll post css
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>$title$ - peterdohertys.website</title> | |
$if(css)$ | |
<link rel="stylesheet" href="/css/$css$.css" /> | |
$endif$ | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment