Add g+ button to blog page
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
<meta name="keywords" content="open source, django, dms, edms, cms, electronic document" />
|
||||
<link href="css/main.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="images/bullet.png" title="Mayan" />
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
||||
po.src = 'https://apis.google.com/js/plusone.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
@@ -25,7 +32,7 @@
|
||||
<div class="wrap">
|
||||
<div id="image"></div>
|
||||
<div class="box">
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em></h2>
|
||||
<h2>Welcome to <em title="Electronic Document Management System">Mayan EDMS</em><span class='gplus'><g:plusone size="medium"></g:plusone></span></h2>
|
||||
<p>
|
||||
Open source, Django based document manager with custom meta-data indexing, file serving integration, document tagging and OCR capabilities.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user