EJS Components for Bloggify
# Using npm
npm install --save bloggify-ejs-components
# Using yarn
yarn add bloggify-ejs-components<!DOCTYPE html>
<html lang="en">
<head>
<%- include("bloggify-ajs-components/lib/head") %>
<%- include("bloggify-ajs-components/lib/og-social") %>
</head>
<body>
... content ...
<%- include("bloggify-ajs-components/lib/footer") %>
</body>
</html>There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. 🐛
Have an idea? Found a bug? See how to contribute.