less than 1 minute read

The page.title is included in the layout template.

To check out how to do syntax highlighting see the source for this file RAW.

This is an example of syntax highlighting.
Github does not support rouge so have to change to Pygments.
Also change to index.html because have to include css.

public class Hello {
	public static void main(String args[]) {
		System.out.println("Hello World");
	}
}

Updated:

Comments