Skip to content

Commit

Permalink
Wrap with literal.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Mar 3, 2024
1 parent 68aa318 commit 156f55f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ How to build a site:
```common-lisp
(ql:quickload :cl-plus-ssl-osx-fix)
(ql:quickload :coleslaw-cli)
;; To make high a limit on API calls
(setf github:*token*
"ghp_*******")
(coleslaw-cli:generate)
```

2 changes: 2 additions & 0 deletions themes/the40ants/base.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<link href="/css/custom.css" rel="stylesheet" media="screen">
<link rel="alternate" href="/rss.xml" type="application/rss+xml" />

{literal}
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
Expand All @@ -39,6 +40,7 @@

gtag('config', 'G-FL71WXK73K');
</script>
{/literal}

{if $injections.head}
{foreach $injection in $injections.head}
Expand Down

0 comments on commit 156f55f

Please sign in to comment.