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 829B

1234567891011121314151617181920212223
  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. <aside class="hire">
  11. <h3>Need someone to help with {{ .Params.Area }}?</h3>
  12. <p>
  13. Hi, I'm Chris. Thanks for reading all the way through! If you or your
  14. company need any help with any of the areas I've written about, I'm
  15. available for hire as a freelance developer and consultant through my
  16. company <a href="https://lunarian.uk">Lunarian Limited</a>. Just drop
  17. me a line through the website, or using the feedback form below.
  18. </p>
  19. </aside>
  20. <details>
  21. <summary>Comments? Feedback? Contact me.</summary>
  22. <iframe src="https://contact.chameth.com/?page={{ .Permalink | urlize | htmlEscape }}" width="100%" height="400px"></iframe>
  23. </details>