Skip to content

Commit 80e2085

Browse files
committed
link to freebsd stub page in toc
1 parent f8fbaa1 commit 80e2085

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

theme/templates/article-sidebar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
{% if article.author == "Kevin Whinnery" %}
12
{% include "sponsor/twilioquest.html" %}
3+
{% endif %}
24
{% include "sponsor/carbon.html" %}
35
<div class="pn">
46
<div class="pnh">

theme/templates/book-chapters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h4>5.3 <a href="/platform-as-a-service.html">Platform-as-a-Service</a></h4>
137137
<h4>5.4 <a href="/operating-systems.html">Operating systems</a></h4>
138138
<div class="tc"><a href="/ubuntu.html">Ubuntu Linux</a></div>
139139
<div class="tc"><a href="/macos.html">macOS</a></div>
140-
<div class="tc sn">FreeBSD</div>
140+
<div class="tc"><a href="/freebsd.html">FreeBSD</a></div>
141141
<div class="tc"><a href="/microsoft-windows.html">Windows</a></div>
142142
<h4>5.5 <a href="/web-servers.html">Web servers</a></h4>
143143
<div class="tc"><a href="/apache-http-server.html">Apache HTTP Server</a></div>

theme/templates/sponsor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% if page.sortorder[0:2] == "01" or page.sortorder[0:2] == "02" or page.sortorder[0:2] == "03" or page.sortorder[0:2] == "04" or page.sortorder[0:2] == "05" or page.sortorder[0:2] == "06" or page.sortorder[0:2] == "50" %}
2-
{% include "sponsor/twilioquest.html" %}
32
{% include "sponsor/carbon.html" %}
43
{% endif %}
54
{% if false %}

0 commit comments

Comments
 (0)