diff options
author | Andinus <andinus@nand.sh> | 2020-12-04 11:23:42 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-12-04 11:32:09 +0530 |
commit | cf9103e808531eb90b9a22668e655290732679d0 (patch) | |
tree | 72045c4eab125ca81ab4d45132a5817e41105faf /2020 | |
parent | bdfac2e3cf7cdb62e838e446a462e65ffb0807c5 (diff) | |
download | aoc-cf9103e808531eb90b9a22668e655290732679d0.tar.gz |
Fix the directory level for webpage generation
This file is used by org to generate the webpage.
Diffstat (limited to '2020')
-rw-r--r-- | 2020/day-01/README.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/2020/day-01/README.org b/2020/day-01/README.org index 1171801..c3863f0 100644 --- a/2020/day-01/README.org +++ b/2020/day-01/README.org @@ -1,5 +1,5 @@ -#+SETUPFILE: ~/.emacs.d/org-templates/level-2.org -#+HTML_LINK_UP: ../../writings/ +#+SETUPFILE: ~/.emacs.d/org-templates/level-3.org +#+HTML_LINK_UP: ../../../writings/#aoc #+OPTIONS: toc:2 #+EXPORT_FILE_NAME: index #+TITLE: Day 01 - Report Repair |