diff --git a/README.md b/README.md index 0025c08..32abc50 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ SOCIAL_GITHUB = 'Jeffmackinnon' SOCIAL_LINKEDIN = 'jeffmackinnon' SOCIAL_FLICKR = 'jeffmackinnon' SOCIAL_MASTODON = 'https://bluenoser.me/@Jeff' -MICROBLOG = 'microblog' # Frontpage customization # @@ -55,8 +54,16 @@ BANNERLINK = 'services/' BANNERIMAGE = 'images/20130923124523.jpg' CORNERSTONE_CONTENT = True # If true add the html you want in include/cornerstone.html NEWSLETTER = '' # place your newsletter embed information here -INCLUDECATEGORY = True # This includes the Category in the article list -MOREBUTTON = True #This adds the "MORE" to the article list + +# Article List Pages +# +INCLUDE_SUMMARY = False # Default True +INCLUDE_TITLE = False # Default True +INCLUDE_CATEGORY = True # Default False +INCLUDE_IMAGE = True # Default False +MOREBUTTON = True # This adds the "MORE" to the article list + +MICROBLOG = 'microblog' # This caetgory will ALWAYS have just a picture and no headline or summary # This is for https://fediring.net/#table-of-members and is located in the sidebar # diff --git a/templates/include/paginated_posts.html b/templates/include/paginated_posts.html index d6a7775..1d489c4 100644 --- a/templates/include/paginated_posts.html +++ b/templates/include/paginated_posts.html @@ -1,22 +1,22 @@