File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
src/ProgrammerAl.Site/ProgrammerAl.Site Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
@page " /posts/{PostUrl}/slides/{Index:int}"
2
2
@page " /drafts/{PostUrl}/slides/{Index:int}"
3
+ @layout EmptyLayout
3
4
@using System .Text .Encodings .Web ;
4
5
@using ProgrammerAl .Site .Components
5
6
@using ProgrammerAl .Site .Components .AnimatedComponents
Original file line number Diff line number Diff line change 26
26
<Content Update =" Pages\PresentationSlides.razor" >
27
27
<ExcludeFromSingleFile >true</ExcludeFromSingleFile >
28
28
</Content >
29
+ <Content Update =" Shared\EmptyLayout.razor" >
30
+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
31
+ </Content >
29
32
</ItemGroup >
30
33
31
34
<Target Name =" PreBuild" BeforeTargets =" PreBuildEvent" Condition =" '$(Configuration)'=='DEBUG'" >
Original file line number Diff line number Diff line change
1
+ @using ProgrammerAl .Site .Components
2
+ @inherits LayoutComponentBase
3
+
4
+ @Body
You can’t perform that action at this time.
0 commit comments