Explorar el Código

Add missing title to "about" section

theenglishway (time) hace 2 años
padre
commit
7dd7a54474
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      lib/templates/cv.html.heex

+ 2 - 1
lib/templates/cv.html.heex

@@ -54,7 +54,8 @@
       <Basics.basics name={@basics.name} title={@basics.label} />
     </div>
 
-    <div id="about">
+    <div id="about" class="section">
+      <h1>tl;dr</h1>
       <Basics.about summary={@basics.summary} />
     </div>