Major refactoring of get_session(), get_account(), get_nodemailer(), introduces ...
[ndcode_site.git] / search / index.html.jst
index 246531a..a066789 100644 (file)
@@ -19,7 +19,7 @@ return async env => {
     async _out => {
       async function breadcrumbs_str(pathname) {
         assert(pathname.slice(0, 1) === '/')
-      
+
         // find names of path components
         console.log('pathname', pathname)
         let components = ['Home']
@@ -37,7 +37,7 @@ return async env => {
           components.push(menu.entries[menu.index[dir]].name)
         }
 
-        return components.join(' > ')      
+        return components.join(' > ')
       }
 
       await breadcrumbs(env, _out)
@@ -46,7 +46,7 @@ return async env => {
         'Query: '
         strong {`${query}`}
       }
-    
+
       if (search.results.length) {
         p {`Showing results ${first + 1}–${first + search.results.length} of ${search.total_results}`}