add flattr button
This commit is contained in:
parent
4eb9421004
commit
c06107c597
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ License along with this program. If not, see
|
|||
id='debianlogo')}
|
||||
<h1>${_('Debian Developer Portfolio Service')}</h1>
|
||||
<p>${_('''This service has been inspired by Stefano Zacchiroli's <a href="http://wiki.debian.org/DDPortfolio">DDPortfolio page in the Debian Wiki</a>. You can create a set of customized links leading to a Debian Developer's or package maintainer's information regarding Debian.''')}</p>
|
||||
<p><script type="text/javascript">
|
||||
var flattr_url = 'http://ddportfolio.debian.net/';
|
||||
var flattr_btn='compact';
|
||||
</script>
|
||||
<script src="http://api.flattr.com/button/load.js" type="text/javascript"></script></p>
|
||||
</div>
|
||||
<div id="content">
|
||||
${self.body()}
|
||||
|
|
Loading…
Reference in a new issue