generated from Men-In-Brown/Linkr-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Instructions for changing your old page into a new page
Follow these to turn a markdown file into html with formatting already set up by
1: Change file extension from .md to .html
2: Remove contents of font matter from the top. If you have to font matter add empty font matter.
It should look like this:
---
---
3: Add the general.css to your header
<head>
<link rel="stylesheet" type="text/css" href="general.css">
</head>
4: Add the header to the top of the body
<body>
{% include header2.html %}
<!-- Your HTML -->
</body>
Metadata
Metadata
Assignees
Labels
No labels