Set up bundling and move blog JS to JS file.
This commit is contained in:
parent
1b13e22bce
commit
a375a4356a
6 changed files with 15 additions and 11 deletions
|
@ -8,6 +8,4 @@
|
|||
@Html.Raw(Model.ContentHtml)
|
||||
</article>
|
||||
|
||||
<small>Posted on @Model.Timestamp</small>
|
||||
|
||||
<partial name="_BlogImageJs" />
|
||||
<small>Posted on @Model.Timestamp</small>
|
|
@ -20,6 +20,4 @@
|
|||
@if (Model.Page < Model.MaxPages) {
|
||||
<a href="/blog/page/@(Model.Page + 1)" class="round-button blog-navigation__next"><img src="/images/next.svg" alt="Next"/></a>
|
||||
}
|
||||
</div>
|
||||
|
||||
<partial name="_BlogImageJs" />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue