Skip to content

Commit

Permalink
added documentation link to website
Browse files Browse the repository at this point in the history
(issue 197)

Signed-off-by: Jurj-Bogdan <[email protected]>
  • Loading branch information
Jurj-Bogdan committed Oct 22, 2024
1 parent bd6bad2 commit 8b406b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ADD_BLOG_ENTRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Blog entries can be added by following these steps:

- If submitting for the first time an [author](#blog-author) YAML file must be added to the `data/blog/authors` directory.
- Add an MD file containing the [blog post's metadata and body](#blog-post-content).
- each file must be added in the current year's directory.
- each file must be added in the current year's directory, found in `data/blog/`.

> All submissions must follow the [contributing guidelines](https://github.com/laminas/.github/blob/main/CONTRIBUTING.md) as well as the [Code of Conduct](https://github.com/laminas/.github/blob/main/CODE_OF_CONDUCT.md)
Expand Down
3 changes: 3 additions & 0 deletions src/Blog/templates/list.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ $this->end();
<?php $this->insert('partials::pagination', ['pagination' => $pagination]) ?>

<?php endif ?>
<a href="https://github.com/laminas/getlaminas.org/blob/master/ADD_BLOG_ENTRY.md" target="_blank">
Submit a blog post by following these instructions.
</a>
</section>

0 comments on commit 8b406b9

Please sign in to comment.