ruby-x.github.io/_layouts/rubyx.html.haml

21 lines
417 B
Plaintext
Raw Normal View History

2018-04-10 17:39:03 +02:00
\---
layout: site
\---
.row
%div
%h1.center
{{page.title}}
%p.center
%span {{page.sub-title}}
%ul.nav
%li
%a{:href => "/rubyx/layers.html"} Layers of RubyX
%li
%a{:href => "/rubyx/memory.html"} Memory
%li
%a{:href => "/rubyx/threads.html"} Threads
%li
%a{:href => "/rubyx/optimisations.html"} Optimisation ideas
%div
{{content}}