diff --git a/_drafts/2023-07-23-future-post.md b/_drafts/2023-07-23-future-post.md index f4081ff..02e7206 100644 --- a/_drafts/2023-07-23-future-post.md +++ b/_drafts/2023-07-23-future-post.md @@ -5,4 +5,4 @@ date: 2023-07-23 0:00:00 +0530 tags: [test, self-hosted] --- -# Future Post Modified \ No newline at end of file +## Future Post Modified \ No newline at end of file diff --git a/_drafts/2024-03-12-yaml-mcq.yml b/_drafts/2024-03-12-yaml-mcq.yml deleted file mode 100644 index c6eca61..0000000 --- a/_drafts/2024-03-12-yaml-mcq.yml +++ /dev/null @@ -1,25 +0,0 @@ -title: This is the Quiz Title -randomized: false -questions: - - - type: "multiple-choice" - question: "What is your favorite color?" - items: - - choice: Red - correct: null - - choice: Blue - correct: null - - choice: Green - correct: null - followup: There is no correct answer to asking your favorite color! All choices would be good. - - - type: "multiple-choice" - question: "True or False, Pittsburgh is West of Philadelphia" - items: - - choice: True - correct: true - - choice: False - correct: false - followup: | - The answer is True! Pittsburgh is 304.9 miles West of Philadelphia, or approximately - a car ride of 4 hours and 52 minutes. Buckle up! \ No newline at end of file diff --git a/_includes/post-series.html b/_includes/post-series.html new file mode 100644 index 0000000..f525ccf --- /dev/null +++ b/_includes/post-series.html @@ -0,0 +1,32 @@ + + +{% if page.series %} +{% assign posts = site.posts | where: "series", page.series | sort: 'date' %} +