aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--download.php4
-rw-r--r--index.php2
-rw-r--r--output/redmond2003.md2
-rw-r--r--output/redmond2013.md (renamed from output/redmond2010.md)2
4 files changed, 5 insertions, 5 deletions
diff --git a/download.php b/download.php
index fb6cf78..9b8d29b 100644
--- a/download.php
+++ b/download.php
@@ -54,8 +54,8 @@
generatePresentation("output/90sMakeUpCommercial.md");
} elseif (isset($_POST["chicagoOlives"])) {
generatePresentation("output/chicagoOlives.md");
- } elseif (isset($_POST["redmond2010"])) {
- generatePresentation("output/redmond2010.md");
+ } elseif (isset($_POST["redmond2013"])) {
+ generatePresentation("output/redmond2013.md");
} elseif (isset($_POST["ohioCustard"])) {
generatePresentation("output/ohioCustard.md");
} elseif (isset($_POST["raleighAroundMe"])) {
diff --git a/index.php b/index.php
index 6467e63..80618af 100644
--- a/index.php
+++ b/index.php
@@ -46,7 +46,7 @@ session_start(); ?>
'earlyCupertino' => 'earlyCupertino',
'ohioCustard' => 'ohioCustard',
'raleighAroundMe' => 'raleighAroundMe',
- 'redmond2010' => 'redmond2010',
+ 'redmond2013' => 'redmond2013',
'defaultIsKing' => 'defaultIsKing',
'cuppertinoIsh' => 'cuppertinoIsh',
'lazyProfessor' => 'lazyProfessor',
diff --git a/output/redmond2003.md b/output/redmond2003.md
index 77d7690..d4a57fb 100644
--- a/output/redmond2003.md
+++ b/output/redmond2003.md
@@ -6,5 +6,5 @@ colortheme:
fontsize:
- 17pt
fontfamily:
-- carlito
+- helvet
---
diff --git a/output/redmond2010.md b/output/redmond2013.md
index c6c0006..7f2784b 100644
--- a/output/redmond2010.md
+++ b/output/redmond2013.md
@@ -3,6 +3,6 @@ theme: "boxes"
colortheme: "seagull"
aspectratio: "169"
fontsize: "17pt"
-fontfamily: "helvet"
+fontfamily: "carlito"
---