forked from BlogEngine/BlogEngine.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFrontPageExample.aspx
More file actions
10 lines (10 loc) · 548 Bytes
/
Copy pathFrontPageExample.aspx
File metadata and controls
10 lines (10 loc) · 548 Bytes
1
2
3
4
5
6
7
8
9
10
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FrontPageExample.aspx.cs" Inherits="BlogEngine.NET.FrontPage" %>
<asp:content id="Content1" contentplaceholderid="cphBody" runat="Server">
<div class="page-global">
<h1>Custom front page</h1>
<p>
This is a custom front page. You can replace content of this page with your own and it will be displayed as front page for your blog.
</p>
<p>For this to work, page has to be in the blog root and named "FrontPage.aspx" or "FrontPage.cshtml"</p>
</div>
</asp:content>