mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 04:11:24 -08:00
docs: add footer
This commit is contained in:
parent
551f7614eb
commit
6bf5a0a67a
1 changed files with 16 additions and 1 deletions
|
|
@ -41,7 +41,22 @@
|
|||
// To avoid search index collision
|
||||
// between multiple websites under the same domain
|
||||
namespace: 'ciel-lang.org',
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [
|
||||
function(hook) {
|
||||
var footer = [
|
||||
'<hr/>',
|
||||
'<footer style="text-align: right;">',
|
||||
'<span>CIEL developers 2020. <a href="https://github.com/sponsors/vindarel/">Become a sponsor!</a></span>',
|
||||
'</footer>'
|
||||
].join('');
|
||||
|
||||
hook.afterEach(function(html) {
|
||||
return html + footer;
|
||||
});
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<!-- <script src="//unpkg.com/docsify/lib/docsify.min.js"></script> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue