You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
377 B

  1. <div class="profile">
  2. <section id="wrapper">
  3. <header id="header">
  4. <a href='{{ .Site.BaseURL }}/about'>
  5. <img id="avatar" class="2x" src="{{ .Site.BaseURL }}/images/avatar.png"/>
  6. </a>
  7. <h1>{{ .Site.Params.name }}</h1>
  8. <h2>{{ .Site.Params.bio | markdownify }}</h2>
  9. </header>
  10. </section>
  11. </div>