/usr/share/blam/themes/pimped/theme.html is in blam 1.8.9-4.
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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>${title}</title>
<link rel="stylesheet" href="${localbase}/pimped.css" type="text/css">
<base href="${url}" />
</head>
<body>
<div id="body">
${text}
</div>
<div id="head">
<span class="icon"></span>
<span class="title">${title}</span>
<span class="date">${pubdate}</span>
</div>
<div id="foot">
<span class="link"><a href="${url}">${link}</a></span>
<span class="author">${author}</span>
</div>
</body>
</html>
|