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

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