Skip to content

Commit

Permalink
777
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Sep 21, 2024
1 parent 910d038 commit 6f082d3
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions current.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,7 @@
Here’s an example of outputting a list of blog posts with an excerpt:


```ruby
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
```


Tags and CategoriesPermalink
Jekyll has first class support for tags and categories in blog posts.
Expand Down

0 comments on commit 6f082d3

Please sign in to comment.