My public website https://www.chameth.com/
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.

article.html 379B

12345678910111213
  1. <article class="post">
  2. <header>
  3. <div class="title">
  4. <h2>{{ .Title }}</h2>
  5. <p>{{ .Date.Format "Jan 2, 2006" }}</p>
  6. </div>
  7. </header>
  8. {{ .Content }}
  9. </article>
  10. <details>
  11. <summary>Comments? Feedback? Contact me.</summary>
  12. <iframe src="https://contact.chameth.com/?page={{ .Permalink | urlize | htmlEscape }}" width="100%" height="400px"></iframe>
  13. </details>