mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Merge pull request #400 from peterkokot/patch-kramdown-syntax
Kramdown syntax class name fix
This commit is contained in:
@@ -6,7 +6,7 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted
|
||||
{% capture welcome_content %}{% include welcome.md %}{% endcapture %}
|
||||
{{ welcome_content|markdownify }}
|
||||
|
||||
{% capture backtotop %}[Back to Top](#top){.top}{% endcapture %}
|
||||
{% capture backtotop %}[Back to Top](#top){:.top}{% endcapture %}
|
||||
{% for post in site.posts reversed %}
|
||||
{% if post.isChild != true and loop.first != true %}
|
||||
{{ backtotop|markdownify }}
|
||||
|
Reference in New Issue
Block a user