1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 19:23:01 +03:00
mobile-nixos/doc/_support/news_article_header.erb
Samuel Dionne-Riel 485ec7fad3 doc: Makes articles pipeline more aware of image alignment
This is technically a *content* based style, which is why it's fine to
do there, instead of semantically in the page.

The background-image basically acts an a "transparent" `<img />`.
2019-12-02 20:51:46 -05:00

4 lines
129 B
Plaintext

<% if image %>
<div class="article-header" style="background-image: url('<%= image %>');<%= header_styles %>"></div>
<% end %>