This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript: (() => { | |
let url = window.location; | |
let pageTitle = document.title; | |
postTitle = ""; | |
let partialForTitle = ""; | |
let partialForAttribution = "this"; | |
let suttaBodyContent = "SUTTA BODY CONTENT GOES HERE"; | |
let attribution = ""; | |
let contents = ""; | |
let suttaEnglishTitle = ""; |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article id="title-page"> | |
<h1 class="center">Theravāda Collection on Monastic Law</h1> | |
<div class="center italic">A translation of the Pali Vinaya Piṭaka into English</div> | |
<div class="center italic top-margin">by</div> | |
<div class="center large top-margin">Bhikkhu Brahmali</div> | |
<div class="center top-margin">2021 SuttaCentral</div> | |
<div class="center">Read online at <a href="https://suttacentral.net/vinaya">SuttaCentral.com</a></div> | |
<div class="center">Creative Commons Zero</div> | |
</article> | |
<article id="description-page"> |