diff options
Diffstat (limited to 'notebook/README.md')
-rw-r--r-- | notebook/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/notebook/README.md b/notebook/README.md index 765f172..d765b9a 100644 --- a/notebook/README.md +++ b/notebook/README.md @@ -50,4 +50,10 @@ On the articles, we added these variables : <meta name="twitter:title" content="{{ article.title }}"> <meta name="twitter:description" content="{{ article.Summary }}"> -The `article.summary` variable must be set on the header of the Rest/Markdown article source file (tag : `Summary:`). If not, the first `SUMMARY_MAX_LENGTH` words from the blog post will be used as a default summary.
\ No newline at end of file +The `article.summary` variable must be set on the header of the Rest/Markdown article source file (tag : `Summary:`). If not, the first `SUMMARY_MAX_LENGTH` words from the blog post will be used as a default summary. + +## Icons + +The social icons are from Font-Awesome, and colorized by myself. + +Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome |