Compare commits

...

2 Commits

4 changed files with 16 additions and 12 deletions

View File

@ -1,6 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags: []
topics: []
draft: true
---

View File

@ -12,6 +12,7 @@ paginate = 10
PygmentsCodeFences = true
PygmentsStyle = "tango"
enableInlineShortcodes = true
enableGitInfo = true
[indexes]
tag = "tags"
@ -29,6 +30,12 @@ enableInlineShortcodes = true
[markup.goldmark.renderer]
unsafe= true
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
[menu]
[[menu.main]]
name = "Home"

View File

@ -109,5 +109,3 @@ Request/Response headers:
![soapmock-2.png](/img/soapmock-2.png)
That's it. I hope this has been helpful. Incidentally, if you want to experiment with the code yourself, the repo is available **{{< newtab title="right here." url="https://gitea.gmgauthier.com/gmgauthier/soapmock" >}}** Enjoy!
Last Change: {{< time.inline >}}{{ now }}{{< /time.inline >}}

View File

@ -61,5 +61,3 @@ var y = 6;
var z = x + y;
document.getElementById("demo").innerHTML = "The value of z is: " + z;
```
Latest Build Time: {{< time.inline >}}{{ now }}{{< /time.inline >}}