mirror of
https://github.com/prometheus/docs.git
synced 2026-02-06 09:44:54 +01:00
@@ -6,7 +6,7 @@ title: Blog
|
||||
<% sorted_articles.each do |post| %>
|
||||
<div class="blog doc-content">
|
||||
<h1><%= link_to post[:title], post.path %></h1>
|
||||
<aside>Posted at: <%= get_pretty_date(post) %> by <% if post[:author_uri] then print "<a href=\"post[:author_uri]\">post[:author_name]</a>" else print "YOLO" end </aside>
|
||||
<aside>Posted at: <%= get_pretty_date(post) %> by <% if post[:author_uri] then print "yes" else print "YOLO" end </aside>
|
||||
<article class="doc-content">
|
||||
<%= get_post_start(post) %>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user