File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
source/content/pages/11-misc Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4425,6 +4425,9 @@ <h1>Change Log</h1>
44254425< h2 > 2015</ h2 >
44264426< h3 > January</ h3 >
44274427< ul >
4428+ < li > Rewrote the Mailchimp sign up form for the email list so it doesn't have
4429+ the external JQuery libraries as dependencies. Site should be even faster
4430+ now.</ li >
44284431< li > Stripped a significant portion of unused Bootstrap boilerplate from the CSS
44294432 file and minified it. The resulting CSS file is over 100KB less (about
44304433 25KB down from 130KB) so the site should load faster now.</ li >
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ <h1>Change Log</h1>
4242< h2 > 2015</ h2 >
4343< h3 > January</ h3 >
4444< ul >
45+ < li > Rewrote the Mailchimp sign up form for the email list so it doesn't have
46+ the external JQuery libraries as dependencies. Site should be even faster
47+ now.</ li >
4548< li > Stripped a significant portion of unused Bootstrap boilerplate from the CSS
4649 file and minified it. The resulting CSS file is over 100KB less (about
4750 25KB down from 130KB) so the site should load faster now.</ li >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-01-27T22:21:06Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-01-28T09:22:54Z </updated ></feed >
Original file line number Diff line number Diff line change 2424
2525## 2015
2626### January
27+ * Rewrote the Mailchimp sign up form for the email list so it doesn't have
28+ the external JQuery libraries as dependencies. Site should be even faster
29+ now.
2730* Stripped a significant portion of unused Bootstrap boilerplate from the CSS
2831 file and minified it. The resulting CSS file is over 100KB less (about
2932 25KB down from 130KB) so the site should load faster now.
You can’t perform that action at this time.
0 commit comments