diff options
author | quack1 <alexandre.deloup@gmail.com> | 2013-05-11 23:36:22 +0200 |
---|---|---|
committer | quack1 <alexandre.deloup@gmail.com> | 2013-05-11 23:36:22 +0200 |
commit | 498c22cc41261f229f181b76aabc613d9472f91e (patch) | |
tree | b3025be087410b6ef9fd20f4ac5f0818fae6e4c4 /notebook/README.md | |
parent | 2f0f4d36a28c99facce979e0ab41635a4ddca9b9 (diff) | |
download | pelican-themes-498c22cc41261f229f181b76aabc613d9472f91e.tar.gz |
Some improvements
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 |