Skip to content

Commit e2d3401

Browse files
committed
ensuring f.min.css is being pulled
1 parent 85e40c6 commit e2d3401

File tree

5 files changed

+35
-510
lines changed

5 files changed

+35
-510
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-26T10:07:17Z</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-26T10:54:46Z</updated></feed>

future-directions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3>That's what coming. What would you like to learn right now?</h3>
7575
<div class="well select-next">
7676
<a href="/introduction.html" class="btn btn-success btn-full"><i class="fa fa-fast-backward fa-inverse fa-2x"></i></a>
7777
<p class="under-btn">
78-
Let me start over from the Full Stack Python introduction.
78+
Let me start over from the Full Stack Python intro.
7979
</p>
8080
</div>
8181
</div>
@@ -84,7 +84,7 @@ <h3>That's what coming. What would you like to learn right now?</h3>
8484
<a href="/change-log.html" class="btn btn-success btn-full"><i class="fa fa-pencil-square-o fa-inverse fa-2x"></i></a>
8585
</a>
8686
<p class="under-btn">
87-
What's changed on Full Stack Python since the site began?
87+
What's changed on this site since it began?
8888
</p>
8989
</div>
9090
</div>

source/theme/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
88
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
99
<title>{% block title %}{% endblock %}Full Stack Python</title>
10-
<link href="theme/css/f.css" rel="stylesheet">
10+
<link href="theme/css/f.min.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1313
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>

0 commit comments

Comments
 (0)