diff --git a/app/views/admin/communication/website/posts/jekyll.html.erb b/app/views/admin/communication/website/posts/jekyll.html.erb
index 743a558732f6a3c4d9cf19013c1cddeb1024de48..5bdba6bf14dc2fc319d53f2d49cd38b0bd4f4a2e 100644
--- a/app/views/admin/communication/website/posts/jekyll.html.erb
+++ b/app/views/admin/communication/website/posts/jekyll.html.erb
@@ -9,6 +9,10 @@ categories:
   - "<%= category.id %>"
   <% end %>
 <% end %>
+<% if @post.author_id.present? %>
+tags:
+  - "<%= @post.author_id %>"
+<% end %>
 <% if @post.featured_image.attached? %>
 image: "<%= @post.featured_image.blob.id %>"
 <% end %>