Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/POPWorldMedia/POPBlog into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
jeffputz committed Nov 25, 2020
2 parents d81e2f7 + f0bb418 commit dd0edab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is based roughly on my personal blog, which was first posted in the late au

Run the database project by passing your database connection string as the only parameter, and dbup will magically make the schema current.

The MVC project can be used as the class library with which to feed your web app. Override views with your own markup in the web project, along with your assets and such. Even better, go the package route.
The MVC project can be used as a class library to feed your web app by referencing the project. Override views with your own markup in the web project, along with your assets and such. Even better, go the package route.

## Go the package route

Expand Down Expand Up @@ -50,4 +50,4 @@ If you're using this to serve a podcast, you're going to need this stuff, too. D
* `ItunesExplicit`: Boolean to let Apple know if you use naughty words.
* `Author`: Appears in the channel definition for Apple. Put your company name or other entity here.
* `OwnerName` and `OwnerEmail`: More things to let Apple know who you are. They're kind of high maintenance.
* `IsUsingDirectDownload`: Skip the counter and redirect and link directly to the file in storage. This is for services like Apple that demand random access to the file itself.
* `IsUsingDirectDownload`: Skip the counter and redirect and link directly to the file in storage. This is for services like Apple that demand random access to the file itself.
4 changes: 1 addition & 3 deletions src/PopBlog.Mvc/Views/Admin/IpBan.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

<h1>IP Ban</h1>

<h2>Recent posts:</h2>

<h2>Add</h2>

<form asp-controller="Admin" asp-action="AddIPBan" method="POST">
Expand All @@ -30,4 +28,4 @@
</select>
</div>
<input type="submit" value="Remove" class="btn btn-primary" />
</form>
</form>

0 comments on commit dd0edab

Please sign in to comment.