Skip to content

Commit

Permalink
fix: fix think tank link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 9, 2020
1 parent cb0ffc5 commit a5edfae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/presentation/think-tank/think-tank.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div *ngIf="content">
<ledge-markdown-render [data]="content" showToc="true"></ledge-markdown-render>
<ledge-markdown-render
sourceDir="think-tank/{{currentSource}}.md"
[data]="content" showToc="true"></ledge-markdown-render>
</div>

0 comments on commit a5edfae

Please sign in to comment.