ソースを参照

Make the site more editorial

master
nano 6日前
コミット
8918766eee
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      app/controllers/HomeController.asp

+ 3
- 0
app/controllers/HomeController.asp ファイルの表示

@@ -25,6 +25,9 @@ Class HomeController_Class
End Property

Public Sub index()
Dim posts, categories
Set posts = PostsRepository().FindAllWhere("IsPublished = 1", "PublishedDate DESC", 0, 5)
Set categories = CategoriesRepository().Find(Empty, "Name")
%>
<!--#include file="../views/Home/index.asp" -->
<%


読み込み中…
キャンセル
保存

Powered by TurnKey Linux.