Skip to content

Commit

Permalink
Fix 'back to outline' link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolevanderhoeven committed Jan 26, 2024
1 parent fe997f4 commit 4733b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/Doing It in Public/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
tags:
---

[Back to Outline](content/index.md#outline)
[Back to outline](/#outline)

*Doing WHAT in public?*

Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ What should you give feedback on? The structure of the book/chapter, whether som
*Please don't* give feedback on spelling and grammar. That'll all be sorted out during the proofreading later.



## Outline

### [[Introduction]]
- What is learning in public?
Expand Down
4 changes: 2 additions & 2 deletions templates/chapter.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "<% tp.file.title %>"
title: <% tp.file.title %>
draft: false
description:
tags:
-
---
[[content/index#Outline|Back to Outline]]
[Back to outline](/#outline)


0 comments on commit 4733b54

Please sign in to comment.