Use permalinks as the <link> tag content for Blog room feeds
[citadel.git] / webcit / roomviews.c
index c1f23fa1adc7060d4a448812d28a3365e4a3472d..f8261cf50506a5526ac3d7b368ba7f74c0b9a52a 100644 (file)
@@ -22,7 +22,7 @@ ROOM_VIEWS allowed_default_views[VIEW_MAX] = {
        0, /* VIEW_CALBRIEF     Brief Calendar */
        0, /* VIEW_JOURNAL      Journal */
        0, /* VIEW_DRAFTS       Drafts */
-       0  /* VIEW_BLOG         Blog */
+       1  /* VIEW_BLOG         Blog */
 };
 
 /*