1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-06 09:44:54 +01:00

Test commit

Signed-off-by: Richard Hartmann <richih@richih.org>
This commit is contained in:
Richard Hartmann
2021-07-08 14:50:19 +02:00
parent aa438925c6
commit fadde52fc9

View File

@@ -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>