<% content_for :title, "#{@title} - Hackatime Documentation" %> <% content_for :meta_description, generate_doc_description(@content, @title) %> <% content_for :meta_keywords, generate_doc_keywords(@doc_path, @title) %> <% content_for :canonical_url, doc_url(@doc_path) %> <% content_for :og_type, "article" %> <% content_for :og_title, "#{@title} - Hackatime Documentation" %> <% content_for :head do %> <% end %>
<%= sanitize @rendered_content, tags: %w[h1 h2 h3 h4 h5 h6 p a ul ol li code pre strong em img div span table thead tbody tr th td hr br blockquote], attributes: %w[href src alt title class id] %>

Found an issue with this page? Edit it on GitHub - we'd love your help making the docs better!