This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki/extensions/example.js

12 lines
295 B
JavaScript
Raw Normal View History

2015-12-05 18:21:22 +01:00
/**
* Created by mmk2410 on 12/5/15.
*
* Example JavaScript file to demonstrate the rangitaki extension support
*/
function main() {
2016-04-22 19:46:46 +02:00
console.log("Welcome Developer! \nYou're seeing the output of a javascript extension for the rangitaki blogging engine.");
2015-12-05 18:21:22 +01:00
}
$(document).ready(main());