Skip to content

Commit

Permalink
Update yapeme to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kplaube committed Feb 1, 2017
1 parent 7e96082 commit 3c13752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yapeme
Submodule yapeme updated 43 files
+3 −0 .bowerrc
+25 −0 .editorconfig
+1 −1 .gitignore
+0 −53 Gruntfile.js
+2 −9 Makefile
+15 −19 README.md
+1 −0 babel.cfg
+5 −7 bower.json
+0 −25 package.json
+3 −0 requirements.txt
+0 −2 sass/_settings.scss
+0 −17 sass/_utilities.scss
+0 −128 sass/components/_Article.scss
+0 −18 sass/components/_PageHeader.scss
+0 −25 sass/components/_Pagination.scss
+0 −4 sass/components/_Tag.scss
+0 −559 static/css/styles.css
+0 −0 static/sass/_pygments.scss
+1 −1 static/sass/_reset.scss
+14 −0 static/sass/_settings.scss
+38 −0 static/sass/_utilities.scss
+167 −0 static/sass/components/_Article.scss
+4 −1 static/sass/components/_Page.scss
+7 −6 static/sass/components/_PageFooter.scss
+35 −0 static/sass/components/_PageHeader.scss
+44 −0 static/sass/components/_Pagination.scss
+6 −0 static/sass/components/_Tag.scss
+1 −1 static/sass/styles.scss
+0 −11 static/share-bar/dist/css/share.bar.css
+0 −2 static/share-bar/dist/css/share.bar.min.css
+0 −1 static/share-bar/dist/img/icons.svg
+0 −507 static/share-bar/dist/js/share.bar.js
+0 −3 static/share-bar/dist/js/share.bar.min.js
+4 −2 templates/base.html
+46 −34 templates/includes/article.html
+12 −10 templates/includes/footer.html
+3 −4 templates/includes/header.html
+13 −5 templates/includes/pagination.html
+3 −3 templates/tag.html
+ translations/EN/LC_MESSAGES/messages.mo
+74 −0 translations/EN/LC_MESSAGES/messages.po
+ translations/pt_BR/LC_MESSAGES/messages.mo
+74 −0 translations/pt_BR/LC_MESSAGES/messages.po

0 comments on commit 3c13752

Please sign in to comment.