From 48fad229ae1f033e694a7eb663945a6a3f1f4cb2 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Mon, 10 Aug 2020 17:06:05 -0400 Subject: Dumb renderer now can mark favorites correctly. Placeholder for handling internal links. --- internal.f90 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 internal.f90 (limited to 'internal.f90') diff --git a/internal.f90 b/internal.f90 new file mode 100644 index 0000000..9062837 --- /dev/null +++ b/internal.f90 @@ -0,0 +1,8 @@ +module internal_links +implicit none + +contains + + + +end module internal_links \ No newline at end of file -- cgit v1.2.3