Skip to content

Commit

Permalink
blog link; vweb info
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Apr 25, 2023
1 parent 601b353 commit 3da59c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a target=_blank href='https://modules.vlang.io' class='item'>Stdlib Docs</a>
<a target=_blank href='https://vpm.vlang.io/' class='item'>vpm</a>
<a target=_blank href='https://github.com/vlang/v/discussions' class='item'>Forum</a>
<a target=_blank href='https://blog.vlang.io' class='item'>Blog</a>
<a target=_blank href='https://github.com/vlang/v/discussions/categories/blog' class='item'>Blog</a>
<a target=_blank href='https://play.vlang.io' class='item'>Playground</a>
<!--
<a target=_blank href='https://v-wasm.now.sh' class='item'>Playground</a>
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,9 @@ <h2>Friendly error messages</h2>

<div class="section">
<div class="block">
<h2>Powerful built-in web framework</h2>
<h2>Powerful built-in web framework Vweb</h2>
<p>Vweb is very fast, it compiles into a single binary (html templates are also compiled), supports hot code reloading
(the website is automatically updated in the browser once you change any .v/.html file).
<p><a href="https://github.com/vlang/v/tree/master/vlib/vweb">github.com/vlang/v/tree/master/vlib/vweb</a></p>

<div class='codeblock' id="codeblock_12828032">
Expand Down

0 comments on commit 3da59c2

Please sign in to comment.