diff --git a/assets/sass/post.sass b/assets/sass/post.sass index 01bc89e5..58df6f28 100644 --- a/assets/sass/post.sass +++ b/assets/sass/post.sass @@ -1,6 +1,3 @@ -.content pre - padding: 0 - pre display: block overflow: auto @@ -30,6 +27,3 @@ code.hljs code[data-gist-id] background: transparent padding: 0 - -.about-author img - width: 50px diff --git a/gulpfile.js b/gulpfile.js index b9531d15..cd26a9b1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -54,17 +54,10 @@ gulp.task('styles', function () { config.sass.sourceDir + '/main.sass' ], 'main.css'); - // app.sass([ - // 'node_modules/prismjs/themes/prism-twilight.css', - // config.sass.sourceDir + '/post.sass' - // ], 'post.css') - - // app.sass(config.sass.sourceDir + '/about.sass', 'about.css'); - // app.sass(config.sass.sourceDir + '/blog.sass', 'blog.css'); - // app.sass(config.sass.sourceDir + '/experience.sass', 'experience.css'); - // app.sass(config.sass.sourceDir + '/project.sass', 'project.css'); - // app.sass(config.sass.sourceDir + '/talk.sass', 'talk.css'); - // app.sass(config.sass.sourceDir + '/testimonials.sass', 'testimonials.css'); + app.sass([ + 'node_modules/prismjs/themes/prism-twilight.css', + config.sass.sourceDir + '/post.sass' + ], 'post.css') }); gulp.task('scripts', function () { diff --git a/source/_includes/nav.html.twig b/source/_includes/nav.html.twig index a18c15cf..9e307197 100644 --- a/source/_includes/nav.html.twig +++ b/source/_includes/nav.html.twig @@ -11,19 +11,19 @@ About - + Experience - + Testimonials - + Talks - + Contact diff --git a/source/_includes/post/pager.html.twig b/source/_includes/post/pager.html.twig index bdcc97c0..4c119ff7 100644 --- a/source/_includes/post/pager.html.twig +++ b/source/_includes/post/pager.html.twig @@ -1,7 +1,7 @@