Skip to content
Snippets Groups Projects
Commit 7ccb4512 authored by Anurag Sarkar's avatar Anurag Sarkar
Browse files

stylistic change in IHP

parent 6e5c890c
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 1 deletion
......@@ -127,10 +127,11 @@ def edublog(blog):
def listihpblogs():
# Traverse the edubloglist directory
filenames = next(walk('./wiki/ihpblogposts/'), (None, None, []))[2]
filenames = sorted(filenames)
# Remove the ".md" extension
for i in range(len(filenames)):
filenames[i] = filenames[i][:-3]
ihpbloglist = {}
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment