/usr/share/gitit/data/templates/expire.st is in libghc-gitit-data 0.12.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | $if(usecache)$
<script type="text/javascript" src="$base$/js/jquery.hotkeys-0.7.9.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
\$(document).bind("keydown", "ctrl+r", function() {
\$.post("$base$/_expire$pageUrl$");
return true;
});
/* ]]> */
</script>
$endif$
|