comparison src/site.js @ 14:d8113ea9879e

mikraite year
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 17 Sep 2025 11:17:29 -0600
parents 38e5ff291f96
children
comparison
equal deleted inserted replaced
13:8f9aa9800737 14:d8113ea9879e
50 showContent(subs,h+1) 50 showContent(subs,h+1)
51 } 51 }
52 } 52 }
53 } 53 }
54 54
55 function mikraite(url) { 55 function mikraite(url,year) {
56 document.writeln(`<p>From <a href="${url}">Mikraite Forum</a></p>`); 56 document.writeln(`<p>From <a href="${url}">Mikraite Forum</a> in ${year}</p>`);
57 } 57 }